Changeset - r26519:5d1d52a2f252
[Not reviewed]
master
0 1 0
SamuXarick - 22 months ago 2022-11-08 14:44:17
43006711+SamuXarick@users.noreply.github.com
Fix #9908: Close company windows only after all its infrastructure is removed (#9912)
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/company_cmd.cpp
Show inline comments
 
@@ -892,8 +892,6 @@ CommandCost CmdCompanyCtrl(DoCommandFlag
 

	
 
			if (!(flags & DC_EXEC)) return CommandCost();
 

	
 
			/* Delete any open window of the company */
 
			CloseCompanyWindows(c->index);
 
			CompanyNewsInformation *cni = new CompanyNewsInformation(c);
 

	
 
			/* Show the bankrupt news */
0 comments (0 inline, 0 general)