summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
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();