File diff r25773:457e167f3c9e → r25774:14ee6e7f4ecc
src/saveload/gamelog_sl.cpp
Show inline comments
 
@@ -348,10 +348,7 @@ static const SaveLoad _gamelog_desc[] = 
 
};
 

	
 
struct GLOGChunkHandler : ChunkHandler {
 
	GLOGChunkHandler() : ChunkHandler('GLOG', CH_TABLE)
 
	{
 
		this->load_check = true;
 
	}
 
	GLOGChunkHandler() : ChunkHandler('GLOG', CH_TABLE) {}
 

	
 
	void LoadCommon(LoggedAction *&gamelog_action, uint &gamelog_actions) const
 
	{