(svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense

This commit is contained in:
truebrain
2011-11-19 15:50:10 +00:00
parent e9dfd7a897
commit b927ae5be9
3 changed files with 3 additions and 4 deletions

View File

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