(svn r15057) -Fix [NoAI]: clamp the values of a setting between the ones allowed by info.nut
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user