diff --git a/src/pilot.h b/src/pilot.h index c03dd88..cec437b 100644 --- a/src/pilot.h +++ b/src/pilot.h @@ -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.