mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 17:39:09 +00:00
Fix: AI config window should not have an ini_key. (#11423)
This was missed by the workflow script that enforces this constraint.
This commit is contained in:
@@ -74,7 +74,7 @@ static const NWidgetPart _nested_ai_config_widgets[] = {
|
||||
|
||||
/** Window definition for the configure AI window. */
|
||||
static WindowDesc _ai_config_desc(
|
||||
WDP_CENTER, "settings_script_config", 0, 0,
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WC_GAME_OPTIONS, WC_NONE,
|
||||
0,
|
||||
std::begin(_nested_ai_config_widgets), std::end(_nested_ai_config_widgets)
|
||||
|
Reference in New Issue
Block a user