File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/newgrf_commons.h
Show inline comments
 
@@ -170,7 +170,7 @@ struct NewGRFSpriteLayout : ZeroedMemory
 
	}
 

	
 
private:
 
	static SmallVector<DrawTileSeqStruct, 8> result_seq; ///< Temporary storage when preprocessing spritelayouts.
 
	static std::vector<DrawTileSeqStruct> result_seq; ///< Temporary storage when preprocessing spritelayouts.
 
};
 

	
 
/**