From 26db3ac91f46c3dac0ada6f72aa5e5d92c0da236 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 29 Apr 2006 14:31:16 +0000 Subject: (svn r4623) - Codechange: s/byte/PlayerID/ --- 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 06c4c88ff..fcef15169 100644 --- a/ai/ai.c +++ b/ai/ai.c @@ -11,7 +11,7 @@ /** * Dequeues commands put in the queue via AI_PutCommandInQueue. */ -static void AI_DequeueCommands(byte player) +static void AI_DequeueCommands(PlayerID player) { AICommand *com, *entry_com; -- cgit v1.2.3-54-g00ecf