From 6a9e77e0796a62a62e95ba5870f26b51a6b66c77 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 22:50:51 +0000 Subject: (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. --- src/economy.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 7d0684611..80d56c72e 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -40,6 +40,7 @@ #include "player_face.h" #include "group.h" #include "strings_func.h" +#include "tile_cmd.h" /** * Multiply two integer values and shift the results to right. @@ -92,6 +93,9 @@ Economy _economy; Subsidy _subsidies[MAX_PLAYERS]; Prices _price; uint16 _price_frac[NUM_PRICES]; +Money _cargo_payment_rates[NUM_CARGO]; +uint16 _cargo_payment_rates_frac[NUM_CARGO]; +Money _additional_cash_required; Money CalculateCompanyValue(const Player* p) { -- cgit v1.2.3-54-g00ecf