(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself.
This commit is contained in:
@@ -41,7 +41,7 @@ uint MoveGoodsToStation(CargoID type, uint amount, SourceType source_type, Sourc
|
||||
void PrepareUnload(Vehicle *front_v);
|
||||
void LoadUnloadStation(Station *st);
|
||||
|
||||
Money GetPrice(Price index, uint cost_factor, int shift = 0);
|
||||
Money GetPrice(Price index, uint cost_factor, const struct GRFFile *grf_file, int shift = 0);
|
||||
|
||||
void InitializeEconomy();
|
||||
void RecomputePrices();
|
||||
|
||||
Reference in New Issue
Block a user