diff options
author | truelight <truelight@openttd.org> | 2005-07-17 15:34:10 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-07-17 15:34:10 +0000 |
commit | a09342c1fcaff8946dfd4fb859bf917d5b9975af (patch) | |
tree | f9f68a38668d3c460651cb799e3edbc844445915 /Makefile | |
parent | 1022bf7d931c4ef25b2738c75d02d95a0369146a (diff) | |
download | openttd-a09342c1fcaff8946dfd4fb859bf917d5b9975af.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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -603,7 +603,7 @@ endif ### Sources -C_SOURCES += ai.c +C_SOURCES += ai_old.c C_SOURCES += ai_build.c C_SOURCES += ai_new.c C_SOURCES += ai_pathfinder.c |