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

	
 
struct CITYChunkHandler : ChunkHandler {
 
	CITYChunkHandler() : ChunkHandler('CITY', CH_TABLE)
 
	{
 
		this->fix_pointers = true;
 
	}
 
	CITYChunkHandler() : ChunkHandler('CITY', CH_TABLE) {}
 

	
 
	void Save() const override
 
	{