(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead.

This commit is contained in:
frosch
2009-11-08 18:04:53 +00:00
parent f43a38709c
commit c0936d100d
4 changed files with 15 additions and 14 deletions

View File

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