summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 706fb1397..b182191a7 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -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
};