(svn r15057) -Fix [NoAI]: clamp the values of a setting between the ones allowed by info.nut

This commit is contained in:
truebrain
2009-01-13 13:09:49 +00:00
parent 1bd2867715
commit 07f2afa635
3 changed files with 19 additions and 1 deletions

View File

@@ -126,6 +126,11 @@ public:
*/
const AIConfigItemList *GetConfigList();
/**
* Get the description of a certain ai config option.
*/
const AIConfigItem *GetConfigItem(const char *name);
/**
* Set a setting.
*/