From ba1fc280e3b0c13baedc2ef54dabb2deec41c818 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 7 Nov 2009 22:47:54 +0000 Subject: (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. --- src/economy_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/economy_func.h') diff --git a/src/economy_func.h b/src/economy_func.h index 2c66d5506..3ad447aa6 100644 --- a/src/economy_func.h +++ b/src/economy_func.h @@ -40,7 +40,7 @@ uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount, void PrepareUnload(Vehicle *front_v); void LoadUnloadStation(Station *st); -Money GetPriceByIndex(uint8 index); +Money GetPriceByIndex(Price index); void InitializeEconomy(); void RecomputePrices(); -- cgit v1.2.3-54-g00ecf