From e272b03feea5b4c870dd4af5be9071c903c6173d Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 5 Jan 2006 12:40:50 +0000 Subject: (svn r3365) Staticise 36 functions --- ai/ai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ai') diff --git a/ai/ai.c b/ai/ai.c index 47d92c6cf..7beb5b1d3 100644 --- a/ai/ai.c +++ b/ai/ai.c @@ -46,7 +46,7 @@ static void AI_DequeueCommands(byte player) * Needed for SP; we need to delay DoCommand with 1 tick, because else events * will make infinite loops (AIScript). */ -void AI_PutCommandInQueue(byte player, uint tile, uint32 p1, uint32 p2, uint procc) +static void AI_PutCommandInQueue(byte player, uint tile, uint32 p1, uint32 p2, uint procc) { AICommand *com; -- cgit v1.2.3-70-g09d2