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

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

	
 
	void Save() const override
 
	{