Changeset - r9946:0856e080e8cf
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-08-18 21:44:03
rubidium@openttd.org
(svn r14101) -Cleanup (r14083): leftover friend.
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/cargopacket.h
Show inline comments
 
@@ -11,8 +11,6 @@
 
#include "station_type.h"
 
#include <list>
 

	
 
struct BackuppedVehicle;
 

	
 
typedef uint32 CargoPacketID;
 
struct CargoPacket;
 

	
 
@@ -103,7 +101,6 @@ private:
 
	uint days_in_transit; ///< Cache for the number of days in transit
 

	
 
public:
 
	friend struct BackuppedVehicle;
 
	friend void SaveLoad_STNS(Station *st);
 

	
 
	/** Create the cargo list */
0 comments (0 inline, 0 general)