(svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
/** Number of operations to get the author and similar information. */
|
||||
static const int MAX_GET_OPS = 1000;
|
||||
/** Number of operations to create an instance of an AI. */
|
||||
/** Number of operations to create an instance of a script. */
|
||||
static const int MAX_CREATEINSTANCE_OPS = 100000;
|
||||
|
||||
ScriptFileInfo::~ScriptFileInfo()
|
||||
|
Reference in New Issue
Block a user