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, 1 insertions, 1 deletions
diff --git a/src/fios.h b/src/fios.h
index 5e17e8ee1..0aad396c5 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -28,7 +28,7 @@ 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;
+ uint32 map_size_x, map_size_y, layer_count;
Date current_date;
GameSettings settings;