(svn r16403) -Codechange: move code related to subsidies to separate file

This commit is contained in:
smatz
2009-05-23 15:46:00 +00:00
parent 846382a0f3
commit 1eb48cdded
18 changed files with 435 additions and 354 deletions

View File

@@ -23,14 +23,6 @@ struct Economy {
uint32 industry_daily_increment; ///< The value which will increment industry_daily_change_counter. Computed value. NOSAVE
};
struct Subsidy {
CargoID cargo_type;
byte age;
/* from and to can either be TownID, StationID or IndustryID */
uint16 from;
uint16 to;
};
enum ScoreID {
SCORE_BEGIN = 0,
SCORE_VEHICLES = 0,