Change: Remove saving of digit group and decimal separator configurations from the savegame

This commit is contained in:
Rubidium
2024-02-08 21:42:34 +01:00
committed by rubidium42
parent e67fc33172
commit 609d0071d5
6 changed files with 13 additions and 36 deletions

View File

@@ -222,6 +222,8 @@ struct GUISettings {
bool scale_bevels; ///< bevels are scaled with GUI scale.
std::string digit_decimal_separator; ///< decimal separator
/**
* Returns true when the user has sufficient privileges to edit newgrfs on a running game
* @return whether the user has sufficient privileges to edit newgrfs in an existing game
@@ -265,9 +267,6 @@ struct LocaleSettings {
byte units_volume; ///< unit system for volume
byte units_force; ///< unit system for force
byte units_height; ///< unit system for height
std::string digit_group_separator; ///< thousand separator for non-currencies
std::string digit_group_separator_currency; ///< thousand separator for currencies
std::string digit_decimal_separator; ///< decimal separator
};
/** Settings related to news */