File diff r12423:199e8b46a11b → r12424:d9959af3645c
src/waypoint.cpp
Show inline comments
 
@@ -18,18 +18,6 @@ WaypointPool _waypoint_pool("Waypoint");
 
INSTANTIATE_POOL_METHODS(Waypoint)
 

	
 
/**
 
 * Update all signs
 
 */
 
void UpdateAllWaypointVirtCoords()
 
{
 
	Waypoint *wp;
 

	
 
	FOR_ALL_WAYPOINTS(wp) {
 
		wp->UpdateVirtCoord();
 
	}
 
}
 

	
 
/**
 
 * Daily loop for waypoints
 
 */
 
void WaypointsDailyLoop()