| 308 | static const int MAX_MINWIDTH_LINEHEIGHTS = 20; |
| 309 | |
| 310 | void UpdateAvailability() |
| 311 | { |
| 312 | this->enabled = this->selected_type != IT_INVALID && (_game_mode == GM_EDITOR || GetIndustryProbabilityCallback(this->selected_type, IACT_USERCREATION, 1) > 0); |
| 313 | } |
| 314 | |
| 315 | void SetupArrays() |
| 316 | { |
no test coverage detected