(svn r3297) Staticise

This commit is contained in:
tron
2005-12-14 06:20:23 +00:00
parent ae624ee690
commit 9822b4d755
12 changed files with 24 additions and 21 deletions

View File

@@ -25,7 +25,7 @@ static uint uids[MAX_PLAYERS];
/**
* Dequeues commands put in the queue via AI_PutCommandInQueue.
*/
void AI_DequeueCommands(byte player)
static void AI_DequeueCommands(byte player)
{
AICommand *com, *entry_com;