summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-06 14:54:26 +0100
committerErich Eckner <git@eckner.net>2018-11-16 19:16:08 +0100
commit84bb951c877604b01b1971249fa6fbcf060e47bf (patch)
tree41dfb8403307465d7669ae73cd92909dead53c3b /src/fios.h
parent7bd8e6c67f1caac99c9aadca791b7edad63d52e7 (diff)
downloadopenttd-84bb951c877604b01b1971249fa6fbcf060e47bf.tar.xz
WIP: fix loading of old savegamesunderground-save-load
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;