(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
This commit is contained in:
@@ -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.
|
||||
};
|
||||
|
Reference in New Issue
Block a user