Changeset - r22574:2b47621019bd
[Not reviewed]
master
0 1 0
peter1138 - 7 years ago 2017-03-12 15:32:40
peter1138@openttd.org
(svn r27785) -Fix [FS#6508]: Buoys not always drawn after being placed depending on zoom level (Samu).
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/waypoint_cmd.cpp
Show inline comments
 
@@ -324,6 +324,7 @@ CommandCost CmdBuildBuoy(TileIndex tile,
 
		if (wp->town == NULL) MakeDefaultName(wp);
 

	
 
		MakeBuoy(tile, wp->index, GetWaterClass(tile));
 
		MarkTileDirtyByTile(tile);
 

	
 
		wp->UpdateVirtCoord();
 
		InvalidateWindowData(WC_WAYPOINT_VIEW, wp->index);
0 comments (0 inline, 0 general)