File diff r25984:e5fd5e0b5e49 → r25985:9340eacb9c72
src/industry_gui.cpp
Show inline comments
 
@@ -769,6 +769,7 @@ public:
 
		const IndustrySpec *indsp = (this->selected_type == INVALID_INDUSTRYTYPE) ? nullptr : GetIndustrySpec(this->selected_type);
 
		if (indsp == nullptr) this->enabled[this->selected_index] = _settings_game.difficulty.industry_density != ID_FUND_ONLY;
 
		this->SetButtons();
 
		this->SetDirty();
 
	}
 
};