From fc201d4ad8268234ce67d2ea1e49d470ab0c2004 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 22 Jun 2007 11:58:59 +0000 Subject: (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. --- src/misc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index d143980c4..8c80e6035 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -93,6 +93,7 @@ void InitializeTowns(); void InitializeTrees(); void InitializeSigns(); void InitializeStations(); +void InitializeCargoPackets(); static void InitializeNameMgr(); void InitializePlayers(); static void InitializeCheats(); @@ -134,6 +135,7 @@ void InitializeGame(int mode, uint size_x, uint size_y) InitializeTrees(); InitializeSigns(); InitializeStations(); + InitializeCargoPackets(); InitializeIndustries(); InitializeBuildingCounts(); InitializeMainGui(); -- cgit v1.2.3-70-g09d2