diff --git a/src/economy_func.h b/src/economy_func.h --- a/src/economy_func.h +++ b/src/economy_func.h @@ -23,7 +23,7 @@ #include "station_type.h" void ResetPriceBaseMultipliers(); -void SetPriceBaseMultiplier(uint price, byte factor); +void SetPriceBaseMultiplier(Price price, byte factor); extern const ScoreInfo _score_info[]; extern int _score_part[MAX_COMPANIES][SCORE_END];