mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-28 14:44:28 +01:00
Codechange: use parameter pack/folding instead of va_arg macros for widget states
This commit is contained in:
@@ -755,8 +755,7 @@ struct DepotWindow : Window {
|
||||
WID_D_BUILD,
|
||||
WID_D_CLONE,
|
||||
WID_D_RENAME,
|
||||
WID_D_AUTOREPLACE,
|
||||
WIDGET_LIST_END);
|
||||
WID_D_AUTOREPLACE);
|
||||
|
||||
this->DrawWidgets();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user