summaryrefslogtreecommitdiff
path: root/ai/ai.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-04-29 14:31:16 +0000
committerDarkvater <darkvater@openttd.org>2006-04-29 14:31:16 +0000
commit8faf1838e6fd61772d4dcd4a5bdd43b417046868 (patch)
treef065730f9826e0eef3ee0d92930150df6cbacd8c /ai/ai.c
parentd3edede49865e916935ab21f384b8bdd3590fbd9 (diff)
downloadopenttd-8faf1838e6fd61772d4dcd4a5bdd43b417046868.tar.xz
(svn r4623) - Codechange: s/byte/PlayerID/
Diffstat (limited to 'ai/ai.c')
-rw-r--r--ai/ai.c2
1 files changed, 1 insertions, 1 deletions
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;