[Fix] Tehee. silly type.

This commit is contained in:
Allanis 2013-02-27 22:38:40 +00:00
parent 495a9ccb74
commit 35f35463ae

View File

@ -34,7 +34,7 @@
#define PILOT_BOARDED (1<<8) // Pilot has been boarded already!
#define PILOT_DISABLED (1<<9) // Pilot is disabled.
#define PILOT_DEAD (1<<10) // Pilot is on it's death bed.
#define PILOT_EXPLODED (1<<11) // Pilot did dinal death explosion.
#define PILOT_EXPLODED (1<<11) // Pilot did final death explosion.
#define PILOT_DELETE (1<<15) // Pilot will get delete asap.
// Just makes life simpler.