File diff r25773:457e167f3c9e → r25774:14ee6e7f4ecc
src/saveload/settings_sl.cpp
Show inline comments
 
@@ -157,10 +157,7 @@ struct OPTSChunkHandler : ChunkHandler {
 
};
 

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

	
 
	void Load() const override
 
	{