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

@@ -258,9 +258,9 @@ const SaveLoadCompat _settings_sl_compat[] = {
SLC_VAR("locale.units_volume"),
SLC_VAR("locale.units_force"),
SLC_VAR("locale.units_height"),
SLC_VAR("locale.digit_group_separator"),
SLC_VAR("locale.digit_group_separator_currency"),
SLC_VAR("locale.digit_decimal_separator"),
SLC_NULL_STR(1, SLV_118, SLV_TABLE_CHUNKS),
SLC_NULL_STR(1, SLV_118, SLV_TABLE_CHUNKS),
SLC_NULL_STR(1, SLV_126, SLV_TABLE_CHUNKS),
};
#endif /* SAVELOAD_COMPAT_SETTINGS_H */