about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h
index 5b860036..3a1af48f 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -43,6 +43,10 @@ enum
 {
 	MAPRES_SPAWNPOINT=1,
 	MAPRES_ITEM=2,
+	MAPRES_SPAWNPOINT_RED=2,
+	MAPRES_SPAWNPOINT_BLUE=3,
+	MAPRES_FLAGSTAND_RED=4,
+	MAPRES_FLAGSTAND_BLUE=5,
 	
 	ITEM_NULL=0,
 	ITEM_WEAPON_GUN=0x00010001,