1
0
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:
2023-11-02 21:28:24 +00:00
committed by GitHub
parent 82ebc9860b
commit 873f93cab1

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)