diff options
author | belugas <belugas@openttd.org> | 2008-08-20 01:29:05 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-08-20 01:29:05 +0000 |
commit | 77ee09921217eac1540b82978178779eb839d08e (patch) | |
tree | 814ce35d6f66a7d5595be82243f5c4ba1bcdef9f /projects | |
parent | bd6ef958e7f1073dfe9ea8b15c2877a0f9362251 (diff) | |
download | openttd-77ee09921217eac1540b82978178779eb839d08e.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.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
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" |