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

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

	
 
	void Save() const override
 
	{