summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-13 18:04:50 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-13 18:04:50 +0200
commit7b68fc4ec5c2779a83ecfd214d23687132b3432a (patch)
tree919c0c95d73f3df7e8702daf1e7d5f95f9a14fa3 /src/map.h
parent18b60037c4c5d7f7d880213e3b1005c4a2f9db95 (diff)
downloadmana-client-7b68fc4ec5c2779a83ecfd214d23687132b3432a.tar.gz
mana-client-7b68fc4ec5c2779a83ecfd214d23687132b3432a.tar.bz2
mana-client-7b68fc4ec5c2779a83ecfd214d23687132b3432a.tar.xz
mana-client-7b68fc4ec5c2779a83ecfd214d23687132b3432a.zip
Fix compilation by readding a missing enum value.
Trivial.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
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,