diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-25 08:48:24 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-25 08:48:24 +0000 |
| commit | 89ccbd4f7b478b49329fa39be62ee3a5b38641bc (patch) | |
| tree | fc96f677e9947f4d7b7642999544d954f0a10617 /src/game/game.h | |
| parent | 3e23392105fad0d847b41f730d002a700cd4d752 (diff) | |
| download | zcatch-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.h | 4 |
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, |