From 2b27073156f40df263cf653263488b8d72a76236 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 27 Jun 2006 21:25:53 +0000 Subject: (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular --- economy.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'economy.h') diff --git a/economy.h b/economy.h index e3ff9e6ce..e4b8f2afc 100644 --- a/economy.h +++ b/economy.h @@ -30,27 +30,27 @@ typedef struct Subsidy { enum { - SCORE_VEHICLES = 0, - SCORE_STATIONS = 1, - SCORE_MIN_PROFIT = 2, - SCORE_MIN_INCOME = 3, - SCORE_MAX_INCOME = 4, - SCORE_DELIVERED = 5, - SCORE_CARGO = 6, - SCORE_MONEY = 7, - SCORE_LOAN = 8, - SCORE_TOTAL = 9, // This must always be the last entry + SCORE_VEHICLES = 0, + SCORE_STATIONS = 1, + SCORE_MIN_PROFIT = 2, + SCORE_MIN_INCOME = 3, + SCORE_MAX_INCOME = 4, + SCORE_DELIVERED = 5, + SCORE_CARGO = 6, + SCORE_MONEY = 7, + SCORE_LOAN = 8, + SCORE_TOTAL = 9, // This must always be the last entry - NUM_SCORE = 10, // How many scores are there.. + NUM_SCORE = 10, // How many scores are there.. - SCORE_MAX = 1000, // The max score that can be in the performance history - // the scores together of score_info is allowed to be more! + SCORE_MAX = 1000 // The max score that can be in the performance history + // the scores together of score_info is allowed to be more! }; typedef struct ScoreInfo { - byte id; // Unique ID of the score - int needed; // How much you need to get the perfect score - int score; // How much score it will give + byte id; // Unique ID of the score + int needed; // How much you need to get the perfect score + int score; // How much score it will give } ScoreInfo; extern const ScoreInfo _score_info[]; -- cgit v1.2.3-54-g00ecf