(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more.

This commit is contained in:
frosch
2009-11-08 12:23:02 +00:00
parent e781929d7f
commit 3f5e42b04a
6 changed files with 23 additions and 20 deletions

View File

@@ -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];