summaryrefslogtreecommitdiff
path: root/openttd.vcproj
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
commita09342c1fcaff8946dfd4fb859bf917d5b9975af (patch)
treef9f68a38668d3c460651cb799e3edbc844445915 /openttd.vcproj
parent1022bf7d931c4ef25b2738c75d02d95a0369146a (diff)
downloadopenttd-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 'openttd.vcproj')
-rw-r--r--openttd.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/openttd.vcproj b/openttd.vcproj
index 1c43864bc..1692471be 100644
--- a/openttd.vcproj
+++ b/openttd.vcproj
@@ -161,7 +161,7 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
- RelativePath="ai.c">
+ RelativePath="ai_old.c">
</File>
<File
RelativePath=".\airport.c">
@@ -737,7 +737,7 @@
Name="AI Files"
Filter="">
<File
- RelativePath=".\ai.h">
+ RelativePath=".\ai_new.h">
</File>
<File
RelativePath=".\ai_build.c">