summaryrefslogtreecommitdiff
path: root/players.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-07-17 15:34:10 +0000
committertruelight <truelight@openttd.org>2005-07-17 15:34:10 +0000
commita28295b394dc10b4b064033cf2fa9b642d44c252 (patch)
treef9f68a38668d3c460651cb799e3edbc844445915 /players.c
parent33a939581b5e950fb38407d9774d4d53718f5ffc (diff)
downloadopenttd-a28295b394dc10b4b064033cf2fa9b642d44c252.tar.xz
(svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room
for a global AI-handler
Diffstat (limited to 'players.c')
-rw-r--r--players.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/players.c b/players.c
index 4960a9327..590e2f66a 100644
--- a/players.c
+++ b/players.c
@@ -15,7 +15,7 @@
#include "news.h"
#include "saveload.h"
#include "command.h"
-#include "ai.h"
+#include "ai_new.h"
#include "sound.h"
#include "network.h"