about summary refs log tree commit diff
path: root/src/game/mapitems.h
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2011-07-18 10:31:57 +0200
committeroy <Tom_Adams@web.de>2011-07-20 21:54:23 +0200
commitc2e8bf5035cbe3f41a71c454e348fc408f17a991 (patch)
treebf889ab826577c8ba496a3f0c8f001e37cd2cc21 /src/game/mapitems.h
parent188e6223730e577a1cdfc5891f832c53c23cc146 (diff)
downloadzcatch-c2e8bf5035cbe3f41a71c454e348fc408f17a991.tar.gz
zcatch-c2e8bf5035cbe3f41a71c454e348fc408f17a991.zip
made a constant for game layer flag
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,
 };