(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs

This commit is contained in:
rubidium
2012-03-04 16:54:12 +00:00
parent ea113816c0
commit 3b7d290f3e
22 changed files with 69 additions and 69 deletions

View File

@@ -14,7 +14,7 @@
#include <queue>
/** The queue of events for an AI. */
/** The queue of events for a script. */
struct ScriptEventData {
std::queue<ScriptEvent *> stack; ///< The actual queue.
};