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

This commit is contained in:
Darkvater
2006-04-29 14:31:16 +00:00
parent d3edede498
commit 8faf1838e6
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;