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:
Peter Nelson 2023-11-02 21:28:24 +00:00 committed by GitHub
parent 82ebc9860b
commit 873f93cab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)