1
0
Fork 0

(svn r11243) -Fix: update waypoint signs when renaming a town

release/0.6
glx 2007-10-10 01:36:15 +00:00
parent 81ed86477b
commit 1ff0197ca4
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "newgrf_townname.h"
#include "misc/autoptr.hpp"
#include "autoslope.h"
#include "waypoint.h"
/* Initialize the town-pool */
DEFINE_OLD_POOL_GENERIC(Town, Town)
@ -1899,6 +1900,7 @@ CommandCost CmdRenameTown(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
UpdateTownVirtCoord(t);
_town_sort_dirty = true;
UpdateAllStationVirtCoord();
UpdateAllWaypointSigns();
MarkWholeScreenDirty();
} else {
DeleteName(str);