(svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky).

This commit is contained in:
darkvater
2004-11-14 13:07:07 +00:00
parent 8946e92468
commit 397cc50f61
38 changed files with 492 additions and 492 deletions

View File

@@ -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;
}