summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-18 08:41:58 +0000
committerrubidium <rubidium@openttd.org>2009-07-18 08:41:58 +0000
commit8c17c6cb2bba037e0e7cbe5f97bc2e025bed9a6f (patch)
tree6925fe6d155eb8661a45e2a66524d94de520076f /src/town_cmd.cpp
parentf129634f524b38bcb00f5e7b24ccd8a982a16ca9 (diff)
downloadopenttd-8c17c6cb2bba037e0e7cbe5f97bc2e025bed9a6f.tar.xz
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index 843e639be..463435943 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -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();
}