Changeset - r18869:a4323c172531
[Not reviewed]
master
0 1 0
truebrain - 12 years ago 2012-01-03 10:27:14
truebrain@openttd.org
(svn r23728) -Fix [#FS4942-ish]: when cheating into another company, the SignList was not updated
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/company_cmd.cpp
Show inline comments
 
@@ -112,6 +112,7 @@ void SetLocalCompany(CompanyID new_compa
 

	
 
	/* ... and redraw the whole screen. */
 
	MarkWholeScreenDirty();
 
	InvalidateWindowClassesData(WC_SIGN_LIST, -1);
 
}
 

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