mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Compile fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user