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:
4
misc.c
4
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);
|
||||
|
Reference in New Issue
Block a user