File diff r25773:457e167f3c9e → r25774:14ee6e7f4ecc
src/saveload/linkgraph_sl.cpp
Show inline comments
 
@@ -301,10 +301,7 @@ struct LGRJChunkHandler : ChunkHandler {
 
 * Link graph schedule.
 
 */
 
struct LGRSChunkHandler : ChunkHandler {
 
	LGRSChunkHandler() : ChunkHandler('LGRS', CH_TABLE)
 
	{
 
		this->fix_pointers = true;
 
	}
 
	LGRSChunkHandler() : ChunkHandler('LGRS', CH_TABLE) {}
 

	
 
	void Save() const override
 
	{