summaryrefslogtreecommitdiff
path: root/src/economy_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-11-08 18:04:53 +0000
committerfrosch <frosch@openttd.org>2009-11-08 18:04:53 +0000
commitf48f73f060b388ab51fec8112170cfa8d4b8ca17 (patch)
tree69fd79a57fa4ce4a62462c8be34c2b380230bc1b /src/economy_func.h
parent5d3fa809317a84528af338cac7d7903250eb959b (diff)
downloadopenttd-f48f73f060b388ab51fec8112170cfa8d4b8ca17.tar.xz
(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead.
Diffstat (limited to 'src/economy_func.h')
-rw-r--r--src/economy_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy_func.h b/src/economy_func.h
index 9a84635c0..38505d450 100644
--- a/src/economy_func.h
+++ b/src/economy_func.h
@@ -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];