(svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs.
This commit is contained in:
@@ -157,7 +157,7 @@ CommandCost CmdRenameSign(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
||||
MarkSignDirty(si);
|
||||
delete si;
|
||||
|
||||
InvalidateWindowData(WC_SIGN_LIST, 0, 1);
|
||||
InvalidateWindowData(WC_SIGN_LIST, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user