forked from mirror/OpenTTD
(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:
@@ -543,7 +543,7 @@ static const Widget _orders_train_widgets[] = {
|
||||
static const WindowDesc _orders_train_desc = {
|
||||
-1,-1, 385, 88,
|
||||
WC_VEHICLE_ORDERS,WC_VEHICLE_VIEW,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESTORE_DPARAM | WDF_RESIZABLE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE,
|
||||
_orders_train_widgets,
|
||||
OrdersWndProc
|
||||
};
|
||||
@@ -568,7 +568,7 @@ static const Widget _orders_widgets[] = {
|
||||
static const WindowDesc _orders_desc = {
|
||||
-1,-1, 396, 88,
|
||||
WC_VEHICLE_ORDERS,WC_VEHICLE_VIEW,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESTORE_DPARAM | WDF_RESIZABLE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE,
|
||||
_orders_widgets,
|
||||
OrdersWndProc
|
||||
};
|
||||
|
Reference in New Issue
Block a user