From 7b68fc4ec5c2779a83ecfd214d23687132b3432a Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Tue, 13 Sep 2011 18:04:50 +0200 Subject: Fix compilation by readding a missing enum value. Trivial. --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/map.h b/src/map.h index 0c342deb..19cd0e9d 100644 --- a/src/map.h +++ b/src/map.h @@ -162,6 +162,7 @@ class Map : public Properties enum DebugFlags { + MAP_NORMAL = 0x0, MAP_GRID = 0x1, MAP_COLLISION_TILES = 0x2, MAP_BEING_COLLISION_RADIUS = 0x4, -- cgit v1.2.3-70-g09d2