(svn r15684) -Add [NoAI]: AIOrder::SkipToOrder().

This commit is contained in:
yexo
2009-03-12 11:43:40 +00:00
parent 111e2691b0
commit 21daa3fbc9
4 changed files with 20 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ public:
/**
* Insert an event to the queue for the company.
* @param event The event to insert.
* @note DO NOT CALL YOURSELF; leave it to the internal AI programming.
*/
static void InsertEvent(AIEvent *event);