summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-13 14:14:37 +0000
committerfrosch <frosch@openttd.org>2010-06-13 14:14:37 +0000
commit0270ca846eebab033e9595687a11c0f2000bb9a2 (patch)
treec2195fea75d6337b69ac8de0dc3a69be19eef6d1 /src/fios.h
parent86244ad31e56acfd826f763c897a414acd369d5c (diff)
downloadopenttd-0270ca846eebab033e9595687a11c0f2000bb9a2.tar.xz
(svn r19978) -Add: Read settings during SL_LOAD_CHECK.
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fios.h b/src/fios.h
index 948eae200..ce8d88c3c 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -17,6 +17,7 @@
#include "core/enum_type.hpp"
#include "gfx_type.h"
#include "date_type.h"
+#include "settings_type.h"
/**
@@ -30,6 +31,8 @@ struct LoadCheckData {
uint32 map_size_x, map_size_y;
Date current_date;
+ GameSettings settings;
+
LoadCheckData() : error_data(NULL)
{
this->Clear();