From 9e9a269cc0548f017b756f4158c957fb1edb894f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Apr 2016 17:36:07 +0300 Subject: Fix possible issue with MapType::DEBUG Renamed to MapType::DEBUGTYPE --- src/enums/resources/map/maptype.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/enums/resources/map/maptype.h') diff --git a/src/enums/resources/map/maptype.h b/src/enums/resources/map/maptype.h index 2b2d116ce..a5cab16f0 100644 --- a/src/enums/resources/map/maptype.h +++ b/src/enums/resources/map/maptype.h @@ -27,12 +27,12 @@ enumStart(MapType) { - NORMAL = 0, - DEBUG = 1, - SPECIAL = 2, - SPECIAL2 = 3, - SPECIAL3 = 4, - SPECIAL4 = 5, + NORMAL = 0, + DEBUGTYPE = 1, + SPECIAL = 2, + SPECIAL2 = 3, + SPECIAL3 = 4, + SPECIAL4 = 5, BLACKWHITE = 6 } enumEnd(MapType); -- cgit v1.2.3-60-g2f50