Reset the entry. */
| 2424 | |
| 2425 | /** Reset the entry. */ |
| 2426 | void IndustryTypeBuildData::Reset() |
| 2427 | { |
| 2428 | this->probability = 0; |
| 2429 | this->min_number = 0; |
| 2430 | this->target_count = 0; |
| 2431 | this->max_wait = 1; |
| 2432 | this->wait_count = 0; |
| 2433 | } |
| 2434 | |
| 2435 | /** Completely reset the industry build data. */ |
| 2436 | void IndustryBuildData::Reset() |
no test coverage detected