(svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs.

This commit is contained in:
frosch 2008-08-20 19:53:42 +00:00
parent dde40c53ed
commit 378782b3ed

View File

@ -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);
}
}