(svn r24792) -Add: Readd difficulty settings to advanced settings unless they are already present in other settings windows.

This commit is contained in:
frosch
2012-12-05 19:38:44 +00:00
parent ff6880f9dd
commit 6bb43a6561
58 changed files with 73 additions and 250 deletions

View File

@@ -63,9 +63,9 @@ struct DifficultySettings {
byte construction_cost; ///< how expensive is building
byte terrain_type; ///< the mountainousness of the landscape
byte quantity_sea_lakes; ///< the amount of seas/lakes
byte economy; ///< how volatile is the economy
byte line_reverse_mode; ///< reversing at stations or not
byte disasters; ///< are disasters enabled
bool economy; ///< how volatile is the economy
bool line_reverse_mode; ///< reversing at stations or not
bool disasters; ///< are disasters enabled
byte town_council_tolerance; ///< minimum required town ratings to be allowed to demolish stuff
};