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). --- misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc.c') diff --git a/misc.c b/misc.c index cc7b745af..083202763 100644 --- a/misc.c +++ b/misc.c @@ -525,7 +525,7 @@ void RoadVehiclesYearlyLoop(); void AircraftYearlyLoop(); void ShipsYearlyLoop(); -void CheckpointsDailyLoop(); +void WaypointsDailyLoop(); static const uint16 _autosave_months[] = { @@ -579,7 +579,7 @@ void IncreaseDate() _vehicle_id_ctr_day = 0; DisasterDailyLoop(); - CheckpointsDailyLoop(); + WaypointsDailyLoop(); if (_game_mode != GM_MENU) { InvalidateWindowWidget(WC_STATUS_BAR, 0, 0); -- cgit v1.2.3-54-g00ecf