(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 f42fab0dec
commit ff749ab09d
1 changed files with 1 additions and 1 deletions

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