summaryrefslogtreecommitdiff
path: root/roadveh_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'roadveh_gui.c')
-rw-r--r--roadveh_gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/roadveh_gui.c b/roadveh_gui.c
index 32f53d364..0d5344495 100644
--- a/roadveh_gui.c
+++ b/roadveh_gui.c
@@ -247,8 +247,6 @@ static void RoadVehViewWndProc(Window *w, WindowEvent *e)
str = STR_885C_BROKEN_DOWN;
} else if (v->vehstatus & VS_STOPPED) {
str = STR_8861_STOPPED;
- } else if (v->vehstatus & VS_WAIT_FOR_SLOT) {
- str = STR_8864_WAIT_FOR_SLOT;
} else {
switch (v->current_order.type) {
case OT_GOTO_STATION: {