about summary refs log tree commit diff
path: root/src/game/mapitems.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-09-05 19:01:01 +0200
committeroy <Tom_Adams@web.de>2010-09-05 19:01:01 +0200
commit995d63d7f447d68771f0ea87a599a0d804cff8d3 (patch)
treecdf596cc646d6ac5ce002e84bcf5b7e1bf1d5630 /src/game/mapitems.h
parent5588e1ec8caff39e2a21ce6d9d7c13c5f4d603f1 (diff)
downloadzcatch-995d63d7f447d68771f0ea87a599a0d804cff8d3.tar.gz
zcatch-995d63d7f447d68771f0ea87a599a0d804cff8d3.zip
added the possibility to rotate tiles in the editor by SushiTee
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 06ceab4e..3c309561 100644
--- a/src/game/mapitems.h
+++ b/src/game/mapitems.h
@@ -48,6 +48,7 @@ enum
 	TILEFLAG_VFLIP=1,
 	TILEFLAG_HFLIP=2,
 	TILEFLAG_OPAQUE=4,
+	TILEFLAG_ROTATE=8,
 	
 	LAYERFLAG_DETAIL=1,