summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios_gui.cpp')
-rw-r--r--src/fios_gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp
index 22c2c0119..97b67438c 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -44,6 +44,8 @@ void LoadCheckData::Clear()
this->error = INVALID_STRING_ID;
free(this->error_data);
this->error_data = NULL;
+
+ this->map_size_x = this->map_size_y = 256; // Default for old savegames which do not store mapsize.
}