* Check whether loading the game resulted in errors. * @return true if errors were encountered. */
| 56 | * @return true if errors were encountered. |
| 57 | */ |
| 58 | bool HasErrors() |
| 59 | { |
| 60 | return this->checkable && this->error != INVALID_STRING_ID; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Check whether the game uses any NewGrfs. |
no outgoing calls
no test coverage detected