(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.

This commit is contained in:
frosch
2010-06-13 14:13:49 +00:00
parent ec903570f1
commit af21685eb8
3 changed files with 21 additions and 9 deletions

View File

@@ -26,6 +26,8 @@ struct LoadCheckData {
StringID error; ///< Error message from loading. INVALID_STRING_ID if no error.
char *error_data; ///< Data to pass to SetDParamStr when displaying #error.
uint32 map_size_x, map_size_y;
LoadCheckData() : error_data(NULL)
{
this->Clear();