forked from mirror/OpenTTD
Feature: Separate rail/road and sea/air velocity units, and add knots. (#10594)
This is achieved by packing vehicle type along with the velocity so that the string system can decode and pick the appropriate unit.
This commit is contained in:
@@ -1600,6 +1600,7 @@ static SettingsContainer &GetSettingsTree()
|
||||
SettingsPage *localisation = main->Add(new SettingsPage(STR_CONFIG_SETTING_LOCALISATION));
|
||||
{
|
||||
localisation->Add(new SettingEntry("locale.units_velocity"));
|
||||
localisation->Add(new SettingEntry("locale.units_velocity_nautical"));
|
||||
localisation->Add(new SettingEntry("locale.units_power"));
|
||||
localisation->Add(new SettingEntry("locale.units_weight"));
|
||||
localisation->Add(new SettingEntry("locale.units_volume"));
|
||||
|
Reference in New Issue
Block a user