From 3f5e42b04a552b6c1bf06b2bbd36e8bf9c7376bb Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 8 Nov 2009 12:23:02 +0000 Subject: (svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more. --- 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 3ad447aa6..9a84635c0 100644 --- 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]; -- cgit v1.2.3-54-g00ecf