From fbb22487fc5757874b119f62ab8128314d6664ab Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 18 Jun 2007 22:09:54 +0000 Subject: (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit --- src/economy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/economy.h') diff --git a/src/economy.h b/src/economy.h index 504dae3e1..7dd55b9fe 100644 --- a/src/economy.h +++ b/src/economy.h @@ -9,8 +9,8 @@ void ResetPriceBaseMultipliers(); void SetPriceBaseMultiplier(uint price, byte factor); struct Economy { - int32 max_loan; ///< Maximum possible loan - int32 max_loan_unround; ///< Economy fluctuation status + Money max_loan; ///< Maximum possible loan + Money max_loan_unround; ///< Economy fluctuation status int fluct; byte interest_rate; ///< Interest byte infl_amount; ///< inflation amount @@ -65,7 +65,7 @@ void DeleteSubsidyWithTown(TownID index); void DeleteSubsidyWithIndustry(IndustryID index); void DeleteSubsidyWithStation(StationID index); -int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, CargoID cargo_type); +Money 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); -- cgit v1.2.3-70-g09d2