(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
This commit is contained in:
@@ -20,12 +20,12 @@ INSTANTIATE_POOL_METHODS(Waypoint)
|
||||
/**
|
||||
* Update all signs
|
||||
*/
|
||||
void UpdateAllWaypointSigns()
|
||||
void UpdateAllWaypointVirtCoords()
|
||||
{
|
||||
Waypoint *wp;
|
||||
|
||||
FOR_ALL_WAYPOINTS(wp) {
|
||||
UpdateWaypointSign(wp);
|
||||
wp->UpdateVirtCoord();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user