diff options
author | tron <tron@openttd.org> | 2005-12-14 06:20:23 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-12-14 06:20:23 +0000 |
commit | 23bfc03054c52065006a73d8cebdeee068784892 (patch) | |
tree | 5042ddfac1e3c26fb99ea38d0bd4b90959a93d61 /ai | |
parent | ce94c90a7b966c0bff294f2b582068d984ba172c (diff) | |
download | openttd-23bfc03054c52065006a73d8cebdeee068784892.tar.xz |
(svn r3297) Staticise
Diffstat (limited to 'ai')
-rw-r--r-- | ai/ai.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ static uint uids[MAX_PLAYERS]; /** * Dequeues commands put in the queue via AI_PutCommandInQueue. */ -void AI_DequeueCommands(byte player) +static void AI_DequeueCommands(byte player) { AICommand *com, *entry_com; |