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

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

	
 
	void Save() const override
 
	{