about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-25 08:48:24 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-25 08:48:24 +0000
commit89ccbd4f7b478b49329fa39be62ee3a5b38641bc (patch)
treefc96f677e9947f4d7b7642999544d954f0a10617 /src/game/game.h
parent3e23392105fad0d847b41f730d002a700cd4d752 (diff)
downloadzcatch-89ccbd4f7b478b49329fa39be62ee3a5b38641bc.tar.gz
zcatch-89ccbd4f7b478b49329fa39be62ee3a5b38641bc.zip
compressed map support. begun to fix things for ctf
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,