File diff r25584:37056c3329ca → r25585:53810459092f
src/saveload/cargopacket_sl.cpp
Show inline comments
 
@@ -83,7 +83,7 @@
 
 * some of the variables itself are private.
 
 * @return the saveload description for CargoPackets.
 
 */
 
const SaveLoad *GetCargoPacketDesc()
 
SaveLoadTable GetCargoPacketDesc()
 
{
 
	static const SaveLoad _cargopacket_desc[] = {
 
		     SLE_VAR(CargoPacket, source,          SLE_UINT16),
 
@@ -97,8 +97,6 @@ const SaveLoad *GetCargoPacketDesc()
 

	
 
		/* Used to be paid_for, but that got changed. */
 
		SLE_CONDNULL(1, SL_MIN_VERSION, SLV_121),
 

	
 
		SLE_END()
 
	};
 
	return _cargopacket_desc;
 
}