about summary refs log tree commit diff
path: root/src/game/mapitems.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/mapitems.h')
-rw-r--r--src/game/mapitems.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/mapitems.h b/src/game/mapitems.h
index 4daf139b..fb66e12d 100644
--- a/src/game/mapitems.h
+++ b/src/game/mapitems.h
@@ -53,6 +53,7 @@ enum
 	TILEFLAG_ROTATE=8,
 
 	LAYERFLAG_DETAIL=1,
+	TILESLAYERFLAG_GAME=1,
 
 	ENTITY_OFFSET=255-16*4,
 };