Changeset - r13578:aa891d62e8b0
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-11-15 23:22:07
rubidium@openttd.org
(svn r18112) -Fix (rnewpool): crash when a company got removed and you had the company league window opened
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/company_cmd.cpp
Show inline comments
 
@@ -76,6 +76,7 @@ void Company::PostDestructor(size_t inde
 
{
 
	InvalidateWindowData(WC_GRAPH_LEGEND, 0, (int)index);
 
	InvalidateWindowData(WC_PERFORMANCE_DETAIL, 0, (int)index);
 
	InvalidateWindowData(WC_COMPANY_LEAGUE, 0, 0);
 
}
 

	
 
/**
0 comments (0 inline, 0 general)