From cc9d811f53b2d7f742682cd31299cd044ea10508 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 2 May 2007 18:29:11 +0000 Subject: (svn r9770) -Codechange: perform the payment of cargo when loading/unloading, but when arriving at the station. --- src/economy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/economy.h') diff --git a/src/economy.h b/src/economy.h index b15f42221..a61bab709 100644 --- a/src/economy.h +++ b/src/economy.h @@ -68,4 +68,6 @@ void DeleteSubsidyWithStation(StationID index); int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type); uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount); +void VehiclePayment(Vehicle *front_v); + #endif /* ECONOMY_H */ -- cgit v1.2.3-70-g09d2