diff options
author | frosch <frosch@openttd.org> | 2021-01-12 23:07:44 +0100 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2021-02-14 23:14:07 +0100 |
commit | 5a1fa185094dbcb563ba2b4ed5530995be374b19 (patch) | |
tree | dba1e79dd53420e6101f881ef7146178cd7bd131 /src/widgets/settings_widget.h | |
parent | c71d0f5e7fd3545b14ecd7321abe838e47deeef0 (diff) | |
download | openttd-5a1fa185094dbcb563ba2b4ed5530995be374b19.tar.xz |
Change: move the 'road drive side' selection to settings tree, and give it the same 'basic' visibilty as 'signal side'.
Diffstat (limited to 'src/widgets/settings_widget.h')
-rw-r--r-- | src/widgets/settings_widget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index 2482dfd0b..2eb6180f5 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -15,7 +15,6 @@ enum GameOptionsWidgets { WID_GO_BACKGROUND, ///< Background of the window. WID_GO_CURRENCY_DROPDOWN, ///< Currency dropdown. WID_GO_DISTANCE_DROPDOWN, ///< Measuring unit dropdown. - WID_GO_ROADSIDE_DROPDOWN, ///< Dropdown to select the road side (to set the right side ;)). WID_GO_AUTOSAVE_DROPDOWN, ///< Dropdown to say how often to autosave. WID_GO_LANG_DROPDOWN, ///< Language dropdown. WID_GO_RESOLUTION_DROPDOWN, ///< Dropdown for the resolution. |