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/gamemodifiers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gamemodifiers.cpp') diff --git a/src/gamemodifiers.cpp b/src/gamemodifiers.cpp index e7182c450..7c94b5c4c 100644 --- a/src/gamemodifiers.cpp +++ b/src/gamemodifiers.cpp @@ -490,5 +490,5 @@ static const char *const mapDrawTypeStrings[] = std::string GameModifiers::getMapDrawTypeString() { return gettext(getVarItem(&mapDrawTypeStrings[0], - viewport->getMapDrawType(), mapDrawTypeSize)); + settings.mapDrawType, mapDrawTypeSize)); } -- cgit v1.2.3-70-g09d2