From 0270ca846eebab033e9595687a11c0f2000bb9a2 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Jun 2010 14:14:37 +0000 Subject: (svn r19978) -Add: Read settings during SL_LOAD_CHECK. --- src/fios.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fios.h') 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(); -- cgit v1.2.3-54-g00ecf