mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 23:26:34 +00:00
(svn r11243) -Fix: update waypoint signs when renaming a town
This commit is contained in:
parent
81ed86477b
commit
1ff0197ca4
@ -42,6 +42,7 @@
|
|||||||
#include "newgrf_townname.h"
|
#include "newgrf_townname.h"
|
||||||
#include "misc/autoptr.hpp"
|
#include "misc/autoptr.hpp"
|
||||||
#include "autoslope.h"
|
#include "autoslope.h"
|
||||||
|
#include "waypoint.h"
|
||||||
|
|
||||||
/* Initialize the town-pool */
|
/* Initialize the town-pool */
|
||||||
DEFINE_OLD_POOL_GENERIC(Town, Town)
|
DEFINE_OLD_POOL_GENERIC(Town, Town)
|
||||||
@ -1899,6 +1900,7 @@ CommandCost CmdRenameTown(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
|||||||
UpdateTownVirtCoord(t);
|
UpdateTownVirtCoord(t);
|
||||||
_town_sort_dirty = true;
|
_town_sort_dirty = true;
|
||||||
UpdateAllStationVirtCoord();
|
UpdateAllStationVirtCoord();
|
||||||
|
UpdateAllWaypointSigns();
|
||||||
MarkWholeScreenDirty();
|
MarkWholeScreenDirty();
|
||||||
} else {
|
} else {
|
||||||
DeleteName(str);
|
DeleteName(str);
|
||||||
|
Loading…
Reference in New Issue
Block a user