diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-13 18:04:50 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-13 18:04:50 +0200 |
commit | 7b68fc4ec5c2779a83ecfd214d23687132b3432a (patch) | |
tree | 919c0c95d73f3df7e8702daf1e7d5f95f9a14fa3 /src/map.h | |
parent | 18b60037c4c5d7f7d880213e3b1005c4a2f9db95 (diff) | |
download | mana-7b68fc4ec5c2779a83ecfd214d23687132b3432a.tar.gz mana-7b68fc4ec5c2779a83ecfd214d23687132b3432a.tar.bz2 mana-7b68fc4ec5c2779a83ecfd214d23687132b3432a.tar.xz mana-7b68fc4ec5c2779a83ecfd214d23687132b3432a.zip |
Fix compilation by readding a missing enum value.
Trivial.
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |