summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index c4517a57..95ec9feb 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -444,6 +444,10 @@ typedef enum
BIT_NUM_TEAMS
} buildableTeam_t;
+#define B_POWERED_TOGGLEBIT 0x00000040
+#define B_DCCED_TOGGLEBIT 0x00000080
+
+
// reward sounds (stored in ps->persistant[PERS_PLAYEREVENTS])
#define PLAYEREVENT_DENIEDREWARD 0x0001
#define PLAYEREVENT_GAUNTLETREWARD 0x0002