(svn r11832) -Codechange: get rid of (quite) some VARDEFs.

This commit is contained in:
rubidium
2008-01-13 13:36:01 +00:00
parent b0c34f4d62
commit 5c4150d304
22 changed files with 111 additions and 62 deletions

View File

@@ -11,6 +11,9 @@
#include "ai.h"
#include "default/default.h"
AIStruct _ai;
AIPlayer _ai_player[MAX_PLAYERS];
/**
* Dequeues commands put in the queue via AI_PutCommandInQueue.
*/