diff options
author | Darkvater <darkvater@openttd.org> | 2006-04-29 14:31:16 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-04-29 14:31:16 +0000 |
commit | 8faf1838e6fd61772d4dcd4a5bdd43b417046868 (patch) | |
tree | f065730f9826e0eef3ee0d92930150df6cbacd8c /ai | |
parent | d3edede49865e916935ab21f384b8bdd3590fbd9 (diff) | |
download | openttd-8faf1838e6fd61772d4dcd4a5bdd43b417046868.tar.xz |
(svn r4623) - Codechange: s/byte/PlayerID/
Diffstat (limited to 'ai')
-rw-r--r-- | ai/ai.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |