(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 f7c9620271
commit be0b94400d
4 changed files with 87 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ struct ScriptConfigItem {
int step_size; ///< The step size in the gui.
ScriptConfigFlags flags; ///< Flags for the configuration setting.
LabelMapping *labels; ///< Text labels for the integer values.
bool complete_labels; ///< True if all values have a label.
};
typedef std::list<ScriptConfigItem> ScriptConfigItemList; ///< List of ScriptConfig items.