(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
This commit is contained in:
@@ -213,10 +213,10 @@ static bool InitializeWindowsAndCaches()
|
||||
ResetViewportAfterLoadGame();
|
||||
|
||||
/* Update coordinates of the signs. */
|
||||
UpdateAllStationVirtCoord();
|
||||
UpdateAllStationVirtCoords();
|
||||
UpdateAllSignVirtCoords();
|
||||
UpdateAllTownVirtCoords();
|
||||
UpdateAllWaypointSigns();
|
||||
UpdateAllWaypointVirtCoords();
|
||||
|
||||
Company *c;
|
||||
FOR_ALL_COMPANIES(c) {
|
||||
|
Reference in New Issue
Block a user