summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2012-08-01 23:25:41 +0200
committerStefan Beller <stefanbeller@googlemail.com>2012-08-02 20:58:04 +0200
commitd2df9cfb227ab8d6a302183c5f4a3377bb8f5140 (patch)
tree013922ba1773a658fd469dc8042637301cd49e20 /src/map.h
parent7011c8eddfdf1b12a1249e01323db57f05e0334e (diff)
downloadmana-client-d2df9cfb227ab8d6a302183c5f4a3377bb8f5140.tar.gz
mana-client-d2df9cfb227ab8d6a302183c5f4a3377bb8f5140.tar.bz2
mana-client-d2df9cfb227ab8d6a302183c5f4a3377bb8f5140.tar.xz
mana-client-d2df9cfb227ab8d6a302183c5f4a3377bb8f5140.zip
Add a checkbox to the debugging window to show being ids.
Reviewed-by: Ablu
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
};
/**