(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.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user