diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 572430fc..ecc284e3 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -294,7 +294,7 @@ typedef enum #define EF_VOTED 0x00008000 // already cast a vote #define EF_TEAMVOTED 0x00010000 // already cast a vote #define EF_BLOBLOCKED 0x00020000 // caught by a trapper -#define EF_REAL_LIGHT 0x00040000 // light sprites according to ambient light +#define EF_WARN_CHARGE 0x00040000 // Lucifer Cannon is about to overcharge typedef enum { |