diff options
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index db9f09dd0..76b55f988 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -78,16 +78,6 @@ class Map final : public Properties, public ConfigListener COLLISION_MAX = 5 // count index }; - enum DebugType - { - MAP_NORMAL = 0, - MAP_DEBUG = 1, - MAP_SPECIAL = 2, - MAP_SPECIAL2 = 3, - MAP_SPECIAL3 = 4, - MAP_BLACKWHITE = 5 - }; - /** * Constructor, taking map and tile size as parameters. */ |