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, 2 insertions, 0 deletions
diff --git a/roadveh_gui.c b/roadveh_gui.c
index 0d5344495..32f53d364 100644
--- a/roadveh_gui.c
+++ b/roadveh_gui.c
@@ -247,6 +247,8 @@ 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: {