forked from mirror/OpenTTD
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
This commit is contained in:
@@ -2286,7 +2286,6 @@ CommandCost CmdRenameTown(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32
|
||||
t->UpdateVirtCoord();
|
||||
InvalidateWindowData(WC_TOWN_DIRECTORY, 0, 1);
|
||||
UpdateAllStationVirtCoords();
|
||||
UpdateAllWaypointVirtCoords();
|
||||
}
|
||||
return CommandCost();
|
||||
}
|
||||
|
Reference in New Issue
Block a user