From a069876725080c783a7def816081867a2574d3a0 Mon Sep 17 00:00:00 2001 From: ludde Date: Fri, 15 Jul 2005 15:09:52 +0000 Subject: (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. --- settings_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings_gui.c') 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 }; -- cgit v1.2.3-70-g09d2