summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-15 15:09:52 +0000
committerludde <ludde@openttd.org>2005-07-15 15:09:52 +0000
commita069876725080c783a7def816081867a2574d3a0 (patch)
tree37eff27994a6fc0a501ac19e29cb3cefde9dc65b /settings_gui.c
parent2fa79c9b4d140f78e5e6392aded7beebeec5c230 (diff)
downloadopenttd-a069876725080c783a7def816081867a2574d3a0.tar.xz
(svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the new string system.
Also fixed a bug introduced in r2564, forgot to remove 4 global variables in network_gui.c.
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index c2e7944ae..5833635e1 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -269,7 +269,7 @@ static const Widget _game_options_widgets[] = {
static const WindowDesc _game_options_desc = {
WDP_CENTER, WDP_CENTER, 370, 239,
WC_GAME_OPTIONS,0,
- WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESTORE_DPARAM | WDF_UNCLICK_BUTTONS,
+ WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
_game_options_widgets,
GameOptionsWndProc
};