There was a non-recoverable error, drop back to the main menu with a nice * error */
| 298 | /* There was a non-recoverable error, drop back to the main menu with a nice |
| 299 | * error */ |
| 300 | void ShowNetworkError(StringID error_string) |
| 301 | { |
| 302 | _switch_mode = SM_MENU; |
| 303 | ShowErrorMessage(GetEncodedString(error_string), {}, WL_CRITICAL); |
| 304 | } |
| 305 | |
| 306 | /** |
| 307 | * Retrieve the string id of an internal error number |
no test coverage detected