about summary refs log tree commit diff
path: root/src/game/mapitems.hpp
diff options
context:
space:
mode:
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,