From 995d63d7f447d68771f0ea87a599a0d804cff8d3 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 5 Sep 2010 19:01:01 +0200 Subject: added the possibility to rotate tiles in the editor by SushiTee --- src/game/mapitems.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/mapitems.h') 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, -- cgit 1.4.1