summaryrefslogtreecommitdiff
path: root/src/depot_gui.cpp
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-21 00:01:47 +0000
committerbjarni <bjarni@openttd.org>2007-01-21 00:01:47 +0000
commitc8c27b974058e5c6673ed7a7d0bdd2eb623d4295 (patch)
tree8c1a71e7972a3d2f2e3847db25fc4cf7a81aca7f /src/depot_gui.cpp
parent470619a8bb960501bf54d82cb3a1c2a9f7006768 (diff)
downloadopenttd-c8c27b974058e5c6673ed7a7d0bdd2eb623d4295.tar.xz
(svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments)
- Also removed some unneeded arguments - this also allows removing an if-else cascade in ShowVehicleListWindowLocal()
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r--src/depot_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp
index 00e5d9d96..1bcc9babd 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -793,7 +793,7 @@ static void DepotWndProc(Window *w, WindowEvent *e)
break;
case DEPOT_WIDGET_VEHICLE_LIST:
- ShowVehDepotOrders(GetTileOwner(w->window_number), WP(w, depot_d).type, w->window_number);
+ ShowVehicleListWindow(GetTileOwner(w->window_number), WP(w, depot_d).type, (TileIndex)w->window_number);
break;
case DEPOT_WIDGET_AUTOREPLACE: