From 35f35463aec3f0988444e9ac47a7af691952493c Mon Sep 17 00:00:00 2001 From: Allanis Date: Wed, 27 Feb 2013 22:38:40 +0000 Subject: [PATCH] [Fix] Tehee. silly type. --- src/pilot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.