(svn r19977) -Add: Read current date during SL_LOAD_CHECK.

This commit is contained in:
frosch
2010-06-13 14:14:20 +00:00
parent af21685eb8
commit 593c7d178f
3 changed files with 39 additions and 2 deletions

View File

@@ -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)
{