summaryrefslogtreecommitdiff
path: root/ai
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
commit26db3ac91f46c3dac0ada6f72aa5e5d92c0da236 (patch)
treef065730f9826e0eef3ee0d92930150df6cbacd8c /ai
parentd50f899420cbb2c2be5c848238f8b372399abe0f (diff)
downloadopenttd-26db3ac91f46c3dac0ada6f72aa5e5d92c0da236.tar.xz
(svn r4623) - Codechange: s/byte/PlayerID/
Diffstat (limited to 'ai')
-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;