about summary refs log tree commit diff
path: root/src/game/mapitems.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-23 14:10:05 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-23 14:10:05 +0000
commit815c55c4ce58995dcc34627bcbed956d1a1bc4dd (patch)
treeae33fb8915f06865369208c5402122555b90d905 /src/game/mapitems.hpp
parent8f9e2031dcd562e72ac7e5ec9c00b8aed10b53a6 (diff)
downloadzcatch-815c55c4ce58995dcc34627bcbed956d1a1bc4dd.tar.gz
zcatch-815c55c4ce58995dcc34627bcbed956d1a1bc4dd.zip
added death tile
Diffstat (limited to 'src/game/mapitems.hpp')
-rw-r--r--src/game/mapitems.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/mapitems.hpp b/src/game/mapitems.hpp
index 8093435a..9c9936d2 100644
--- a/src/game/mapitems.hpp
+++ b/src/game/mapitems.hpp
@@ -43,6 +43,7 @@ enum
 	
 	TILE_AIR=0,
 	TILE_SOLID,
+	TILE_DEATH,
 	TILE_NOHOOK,
 	
 	TILEFLAG_VFLIP=1,