summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2007-09-25 16:33:52 +0000
committerTim Angus <tim@ngus.net>2007-09-25 16:33:52 +0000
commitb440cc296c43290906d9ab2d556377fd1d1fbfed (patch)
tree8d9019c0f571a0b0aedd6546c905bdc593753b85 /src/game/bg_public.h
parentef5690eecfe614cee99b56d32b3634980b9a0e9d (diff)
* Remove more powerups stuff
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h18
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,