(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user