File diff r7419:e9100cbd3960 → r7420:9706ae234622
src/industry_cmd.cpp
Show inline comments
 
@@ -130,6 +130,8 @@ const IndustryTileSpec *GetIndustryTileS
 

	
 
Industry::~Industry()
 
{
 
	if (CleaningPool()) return;
 

	
 
	/* Industry can also be destroyed when not fully initialized.
 
	 * This means that we do not have to clear tiles either. */
 
	if (this->width == 0) {