summaryrefslogtreecommitdiff
path: root/openttd.xcode
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 /openttd.xcode
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 'openttd.xcode')
-rw-r--r--openttd.xcode/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/openttd.xcode/project.pbxproj b/openttd.xcode/project.pbxproj
index bc73d28a8..82f48279c 100644
--- a/openttd.xcode/project.pbxproj
+++ b/openttd.xcode/project.pbxproj
@@ -3111,7 +3111,7 @@
fileEncoding = 30;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
- path = ai.h;
+ path = ai_new.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
@@ -3119,7 +3119,7 @@
fileEncoding = 30;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.c;
- path = ai.c;
+ path = ai_old.c;
refType = 2;
sourceTree = SOURCE_ROOT;
};