From f6e4dc4d8c48d635e4f31d6f04498bbf6076ab68 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 21 Feb 2008 19:09:10 +0000 Subject: (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. --- src/economy_func.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/economy_func.h') diff --git a/src/economy_func.h b/src/economy_func.h index 0f7a532b9..0344ac6da 100644 --- a/src/economy_func.h +++ b/src/economy_func.h @@ -41,4 +41,6 @@ uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount) void VehiclePayment(Vehicle *front_v); void LoadUnloadStation(Station *st); +Money GetPriceByIndex(uint8 index); + #endif /* ECONOMY_FUNC_H */ -- cgit v1.2.3-54-g00ecf