(svn r9770) -Codechange: perform the payment of cargo when loading/unloading, but when arriving at the station.

This commit is contained in:
rubidium
2007-05-02 18:29:11 +00:00
parent e4dc1f460b
commit 981bf52bdd
8 changed files with 44 additions and 54 deletions

View File

@@ -508,7 +508,7 @@ void ShowAircraftViewWindow(const Vehicle* v);
UnitID GetFreeUnitNumber(byte type);
int LoadUnloadVehicle(Vehicle *v, bool just_arrived);
int LoadUnloadVehicle(Vehicle *v);
void TrainConsistChanged(Vehicle *v);
void TrainPowerChanged(Vehicle *v);