From 22353393cdf6e68c605766dc7a63388f5c378804 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Apr 2008 16:48:28 +0000 Subject: (svn r12687) -Change: show when a vehicle is actually leaving the station instead of loading/unloading. --- src/vehicle_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicle_gui.cpp') diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index f1e3101d3..806150e82 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -1990,7 +1990,7 @@ static void DrawVehicleViewWindow(Window *w) case OT_LEAVESTATION: if (v->type != VEH_AIRCRAFT) { - str = STR_882F_LOADING_UNLOADING; + str = STR_LEAVING; break; } /* fall-through if aircraft. Does this even happen? */ -- cgit v1.2.3-54-g00ecf