File diff r12597:caf31ff34da7 → r12598:0d0ca7781863
src/company_cmd.cpp
Show inline comments
 
@@ -61,6 +61,7 @@ Company::~Company()
 
	if (CleaningPool()) return;
 

	
 
	DeleteCompanyWindows(this->index);
 
	InvalidateWindowData(WC_GRAPH_LEGEND, 0, this->index);
 
}
 

	
 
/**