1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 14:39:08 +00:00

(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

4
misc.c
View File

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