From 397cc50f61768c73dd4a1ddea03fd5e763d85b50 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 14 Nov 2004 13:07:07 +0000 Subject: (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky). --- train_gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'train_gui.c') diff --git a/train_gui.c b/train_gui.c index 5dafcfbc0..6f0e26d48 100644 --- a/train_gui.c +++ b/train_gui.c @@ -788,9 +788,9 @@ static void TrainViewWndProc(Window *w, WindowEvent *e) str = STR_882F_LOADING_UNLOADING; break; - case OT_GOTO_CHECKPOINT: { + case OT_GOTO_WAYPOINT: { SET_DPARAM16(0, v->next_order_param); - str = STR_HEADING_FOR_CHECKPOINT + _patches.vehicle_speed; + str = STR_HEADING_FOR_WAYPOINT + _patches.vehicle_speed; SET_DPARAM16(1, v->u.rail.last_speed * 10 >> 4); break; } -- cgit v1.2.3-54-g00ecf