mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 07:21:53 +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:
parent
82ebc9860b
commit
873f93cab1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user