ai/ai.c
changeset 3692 01468bf49e8b
parent 3491 4c8427796c64
child 3886 fb87348ffec7
--- a/ai/ai.c	Sat Apr 29 09:47:43 2006 +0000
+++ b/ai/ai.c	Sat Apr 29 14:31:16 2006 +0000
@@ -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;