summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-13 14:13:49 +0000
committerfrosch <frosch@openttd.org>2010-06-13 14:13:49 +0000
commit2d8c2af5e9238f414acca5ccb7aa20c6aebd8898 (patch)
tree24512ead19dec428ae5d980bb9cded70c0b4a508 /src/fios.h
parent8d9b573f8f7b6bd9e9f7df2a946d17a6f66082d9 (diff)
downloadopenttd-2d8c2af5e9238f414acca5ccb7aa20c6aebd8898.tar.xz
(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fios.h b/src/fios.h
index 1a706b796..415bcb8bb 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -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();