[Fix] Tehee. silly type.
This commit is contained in:
parent
495a9ccb74
commit
35f35463ae
@ -34,7 +34,7 @@
|
|||||||
#define PILOT_BOARDED (1<<8) // Pilot has been boarded already!
|
#define PILOT_BOARDED (1<<8) // Pilot has been boarded already!
|
||||||
#define PILOT_DISABLED (1<<9) // Pilot is disabled.
|
#define PILOT_DISABLED (1<<9) // Pilot is disabled.
|
||||||
#define PILOT_DEAD (1<<10) // Pilot is on it's death bed.
|
#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.
|
#define PILOT_DELETE (1<<15) // Pilot will get delete asap.
|
||||||
|
|
||||||
// Just makes life simpler.
|
// Just makes life simpler.
|
||||||
|
Loading…
Reference in New Issue
Block a user