From 2d8c2af5e9238f414acca5ccb7aa20c6aebd8898 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Jun 2010 14:13:49 +0000 Subject: (svn r19976) -Add: Read mapsize during SL_LOAD_CHECK. --- src/fios_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fios_gui.cpp') 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. } -- cgit v1.2.3-54-g00ecf