mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-13 07:10:57 +00:00
(svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs.
This commit is contained in:
parent
dde40c53ed
commit
378782b3ed
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user