(svn r24317) -Feature: Add dropdowns to AI configurations, if all values have labels.
This commit is contained in:
@@ -28,7 +28,8 @@ ScriptConfigItem _start_date_config = {
|
||||
AI::START_NEXT_DEVIATION,
|
||||
30,
|
||||
SCRIPTCONFIG_NONE,
|
||||
NULL
|
||||
NULL,
|
||||
false
|
||||
};
|
||||
|
||||
/* static */ AIConfig *AIConfig::GetConfig(CompanyID company, ScriptSettingSource source)
|
||||
|
Reference in New Issue
Block a user