Changeset - r9959:d2227dcd434f
[Not reviewed]
master
0 1 0
frosch - 16 years ago 2008-08-20 19:53:42
frosch@openttd.org
(svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/signs.cpp
Show inline comments
 
@@ -157,7 +157,7 @@ CommandCost CmdRenameSign(TileIndex tile
 
			MarkSignDirty(si);
 
			delete si;
 

	
 
			InvalidateWindowData(WC_SIGN_LIST, 0, 1);
 
			InvalidateWindowData(WC_SIGN_LIST, 0, 0);
 
		}
 
	}
 

	
0 comments (0 inline, 0 general)