From 86244ad31e56acfd826f763c897a414acd369d5c Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Jun 2010 14:14:20 +0000 Subject: (svn r19977) -Add: Read current date during SL_LOAD_CHECK. --- src/fios.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fios.h') 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) { -- cgit v1.2.3-54-g00ecf