diff options
author | Tim Angus <tim@ngus.net> | 2007-09-25 16:33:52 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-09-25 16:33:52 +0000 |
commit | b440cc296c43290906d9ab2d556377fd1d1fbfed (patch) | |
tree | 8d9019c0f571a0b0aedd6546c905bdc593753b85 /src/game/bg_public.h | |
parent | ef5690eecfe614cee99b56d32b3634980b9a0e9d (diff) |
* Remove more powerups stuff
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 36e6a0aa..68217cf0 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -295,24 +295,6 @@ typedef enum typedef enum { - PW_NONE, - - PW_QUAD, - PW_BATTLESUIT, - PW_HASTE, - PW_INVIS, - PW_REGEN, - PW_FLIGHT, - - PW_REDFLAG, - PW_BLUEFLAG, - PW_BALL, - - PW_NUM_POWERUPS -} powerup_t; - -typedef enum -{ HI_NONE, HI_TELEPORTER, |