Changeset - r28077:2ff67651ac0c
[Not reviewed]
master
0 1 0
Peter Nelson - 7 months ago 2023-11-02 21:28:24
peter1138@openttd.org
Fix: AI config window should not have an ini_key. (#11423)

This was missed by the workflow script that enforces this constraint.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_gui.cpp
Show inline comments
 
@@ -74,7 +74,7 @@ static const NWidgetPart _nested_ai_conf
 

	
 
/** 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)
0 comments (0 inline, 0 general)