(svn r24317) -Feature: Add dropdowns to AI configurations, if all values have labels.

This commit is contained in:
frosch
2012-06-01 15:19:59 +00:00
parent c3950c6ee4
commit deda762b8f
4 changed files with 87 additions and 4 deletions

View File

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