From 9822b4d755ba1bcc126643cd21a2c4362a4026d9 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 14 Dec 2005 06:20:23 +0000 Subject: (svn r3297) Staticise --- ai/ai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ai/ai.c') 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; -- cgit v1.2.3-54-g00ecf