diff --git a/mapeditor/windownewmap.cpp b/mapeditor/windownewmap.cpp index e81e4dfc7..e31c9d57e 100644 --- a/mapeditor/windownewmap.cpp +++ b/mapeditor/windownewmap.cpp @@ -101,7 +101,6 @@ bool WindowNewMap::loadUserSettings() if (settings.isValid()) { - mapGenOptions = CMapGenOptions(); auto node = JsonUtils::toJson(settings); JsonDeserializer handler(nullptr, node); handler.serializeStruct("lastSettings", mapGenOptions);