File diff r25773:457e167f3c9e → r25774:14ee6e7f4ecc
src/saveload/misc_sl.cpp
Show inline comments
 
@@ -96,10 +96,7 @@ static const SaveLoad _date_check_desc[]
 
/* Save load date related variables as well as persistent tick counters
 
 * XXX: currently some unrelated stuff is just put here */
 
struct DATEChunkHandler : ChunkHandler {
 
	DATEChunkHandler() : ChunkHandler('DATE', CH_TABLE)
 
	{
 
		this->load_check = true;
 
	}
 
	DATEChunkHandler() : ChunkHandler('DATE', CH_TABLE) {}
 

	
 
	void Save() const override
 
	{