diff options
author | rubidium <rubidium@openttd.org> | 2007-07-16 23:55:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-07-16 23:55:22 +0000 |
commit | 3dd6362bb8a07e36eaf621bdf5c256087fbbf8c8 (patch) | |
tree | 052fe05961ef6ef6913712ffee40515822018816 /projects | |
parent | 0f8e7e79bed67ccaa578b5d25ba250aa2051381e (diff) | |
download | openttd-3dd6362bb8a07e36eaf621bdf5c256087fbbf8c8.tar.xz |
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 63ef6bc17..224757978 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -1140,9 +1140,6 @@ RelativePath=".\..\src\road_map.h"> </File> <File - RelativePath=".\..\src\station_map.cpp"> - </File> - <File RelativePath=".\..\src\station_map.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 40dae1ad2..908880ab1 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1736,10 +1736,6 @@ > </File> <File - RelativePath=".\..\src\station_map.cpp" - > - </File> - <File RelativePath=".\..\src\station_map.h" > </File> |