summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-13 14:14:20 +0000
committerfrosch <frosch@openttd.org>2010-06-13 14:14:20 +0000
commit86244ad31e56acfd826f763c897a414acd369d5c (patch)
tree2bc17d7a75e43a20fe4b43ec580dbf8f48f7c9fe /src/fios.h
parent2d8c2af5e9238f414acca5ccb7aa20c6aebd8898 (diff)
downloadopenttd-86244ad31e56acfd826f763c897a414acd369d5c.tar.xz
(svn r19977) -Add: Read current date 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 415bcb8bb..948eae200 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -16,6 +16,7 @@
#include "core/smallvec_type.hpp"
#include "core/enum_type.hpp"
#include "gfx_type.h"
+#include "date_type.h"
/**
@@ -27,6 +28,7 @@ struct LoadCheckData {
char *error_data; ///< Data to pass to SetDParamStr when displaying #error.
uint32 map_size_x, map_size_y;
+ Date current_date;
LoadCheckData() : error_data(NULL)
{