(svn r4623) - Codechange: s/byte/PlayerID/

This commit is contained in:
Darkvater
2006-04-29 14:31:16 +00:00
parent d50f899420
commit 26db3ac91f
7 changed files with 8 additions and 8 deletions

View File

@@ -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;