summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-20 01:29:05 +0000
committerbelugas <belugas@openttd.org>2008-08-20 01:29:05 +0000
commitd096431936f2a41ac84258073e04cc626f45ab9a (patch)
tree814ce35d6f66a7d5595be82243f5c4ba1bcdef9f /projects
parent1145a11b9dcb5c1d1314c681db4a29f36c27e819 (diff)
downloadopenttd-d096431936f2a41ac84258073e04cc626f45ab9a.tar.xz
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025.
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs80.vcproj4
-rw-r--r--projects/openttd_vs90.vcproj4
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 006c69fbf..e30657dbc 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -1867,6 +1867,10 @@
RelativePath=".\..\src\vehicle_gui.cpp"
>
</File>
+ <File
+ RelativePath=".\..\src\waypoints_gui.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Command handlers"
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index c5c87e7d7..f506c249f 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -1864,6 +1864,10 @@
RelativePath=".\..\src\vehicle_gui.cpp"
>
</File>
+ <File
+ RelativePath=".\..\src\waypoints_gui.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Command handlers"