mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 09:59:10 +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. */
|
/** Window definition for the configure AI window. */
|
||||||
static WindowDesc _ai_config_desc(
|
static WindowDesc _ai_config_desc(
|
||||||
WDP_CENTER, "settings_script_config", 0, 0,
|
WDP_CENTER, nullptr, 0, 0,
|
||||||
WC_GAME_OPTIONS, WC_NONE,
|
WC_GAME_OPTIONS, WC_NONE,
|
||||||
0,
|
0,
|
||||||
std::begin(_nested_ai_config_widgets), std::end(_nested_ai_config_widgets)
|
std::begin(_nested_ai_config_widgets), std::end(_nested_ai_config_widgets)
|
||||||
|
Reference in New Issue
Block a user