* Check whether the game uses any NewGrfs. * @return true if NewGrfs are used. */
| 65 | * @return true if NewGrfs are used. |
| 66 | */ |
| 67 | bool HasNewGrfs() |
| 68 | { |
| 69 | return this->checkable && this->error == INVALID_STRING_ID && !this->grfconfig.empty(); |
| 70 | } |
| 71 | |
| 72 | void Clear(); |
| 73 | }; |
no test coverage detected