(svn r24792) -Add: Readd difficulty settings to advanced settings unless they are already present in other settings windows.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user