summaryrefslogtreecommitdiff
path: root/ai/ai.c
diff options
context:
space:
mode:
Diffstat (limited to 'ai/ai.c')
-rw-r--r--ai/ai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai/ai.c b/ai/ai.c
index 8142f1444..15d08bb54 100644
--- a/ai/ai.c
+++ b/ai/ai.c
@@ -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;