diff options
author | smatz <smatz@openttd.org> | 2008-01-23 22:34:04 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-01-23 22:34:04 +0000 |
commit | 5a7c9037709772e4678ee57d9b42f5332bd66f97 (patch) | |
tree | ae76a3390a465cf3bfc011e2b32d53d5ae55c298 /projects | |
parent | b5641ae0f2ca3723af7fe7f68c4ac45e113e8421 (diff) | |
download | openttd-5a7c9037709772e4678ee57d9b42f5332bd66f97.tar.xz |
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 5f47f2139..45d91cc32 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -709,6 +709,9 @@ RelativePath=".\..\src\transparency_gui.h"> </File> <File + RelativePath=".\..\src\tunnelbridge.h"> + </File> + <File RelativePath=".\..\src\variables.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 43fb0e9bc..4bd4c4cf7 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1176,6 +1176,10 @@ > </File> <File + RelativePath=".\..\src\tunnelbridge.h" + > + </File> + <File RelativePath=".\..\src\variables.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 7e43c891e..9b81614af 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1173,6 +1173,10 @@ > </File> <File + RelativePath=".\..\src\tunnelbridge.h" + > + </File> + <File RelativePath=".\..\src\variables.h" > </File> |