summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map.h b/src/map.h
index b7917275..ed247eb7 100644
--- a/src/map.h
+++ b/src/map.h
@@ -169,9 +169,10 @@ class Map : public Properties
DEBUG_BEING_POSITION = 0x8,
DEBUG_BEING_PATH = 0x10,
DEBUG_MOUSE_PATH = 0x20,
- DEBUG_SPECIAL1 = 0x40,
- DEBUG_SPECIAL2 = 0x80,
- DEBUG_SPECIAL3 = 0x100
+ DEBUG_BEING_IDS = 0x40,
+ DEBUG_SPECIAL1 = 0x80,
+ DEBUG_SPECIAL2 = 0x100,
+ DEBUG_SPECIAL3 = 0x200
};
/**