From 1995e723df5d5aef32b289c0122493ee6fe18b0e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 22 Jul 2014 17:44:11 +0300 Subject: Move "map draw type" variable into settings. --- src/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index e64a4fba3..21b0fdf91 100644 --- a/src/settings.h +++ b/src/settings.h @@ -23,6 +23,8 @@ #include "options.h" +#include "resources/map/maptype.h" + #include #include @@ -63,6 +65,7 @@ class Settings final magicAttackType(0U), pvpAttackType(0U), imitationMode(0U), + mapDrawType(MapType::NORMAL), persistentIp(true), limitFps(false), inputFocused(true), @@ -101,6 +104,7 @@ class Settings final unsigned int magicAttackType; unsigned int pvpAttackType; unsigned int imitationMode; + MapType::MapType mapDrawType; bool persistentIp; bool limitFps; bool inputFocused; -- cgit v1.2.3-60-g2f50