summaryrefslogtreecommitdiff
path: root/src/depot_gui.cpp
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-22 00:26:46 +0000
committerbjarni <bjarni@openttd.org>2007-01-22 00:26:46 +0000
commit14b29980230f2862329bb3228e1051c0a316f62b (patch)
tree641962eb406e6ac06b8fac492379680153a55843 /src/depot_gui.cpp
parent1f32ce7e8932208993ef8bfc5c4124606f4ae6c3 (diff)
downloadopenttd-14b29980230f2862329bb3228e1051c0a316f62b.tar.xz
(svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
-Codechange: the build ship window is merged into build_vehicle_gui.cpp
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 1e21af514..bae5637fe 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -737,7 +737,7 @@ static void DepotWndProc(Window *w, WindowEvent *e)
ResetObjectToPlace();
switch (WP(w, depot_d).type) {
case VEH_Road: ShowBuildRoadVehWindow(w->window_number); break;
- case VEH_Ship: ShowBuildShipWindow(w->window_number); break;
+ case VEH_Ship:
case VEH_Train:
case VEH_Aircraft:
ShowBuildVehicleWindow(w->window_number, WP(w, depot_d).type);