MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SaveloadCrashWithMissingNewGRFs

Function SaveloadCrashWithMissingNewGRFs

src/saveload/afterload.cpp:349–352  ·  view source on GitHub ↗

* Did loading the savegame cause a crash? If so, * were NewGRFs missing? * @return when the saveload crashed due to missing NewGRFs. */

Source from the content-addressed store, hash-verified

347 * @return when the saveload crashed due to missing NewGRFs.
348 */
349bool SaveloadCrashWithMissingNewGRFs()
350{
351 return _saveload_crash_with_missing_newgrfs;
352}
353
354/**
355 * Signal handler used to give a user a more useful report for crashes during

Callers 3

HandleCrashFunction · 0.85
ExceptionHandlerFunction · 0.85
HandleCrashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected