Fix: OpenTTD can fail to exit on an error due to mutex locks in threads. (#11398)

pull/615/head
Peter Nelson 8 months ago committed by GitHub
parent 7b376493a2
commit 062c19830b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ void UserErrorI(const std::string &str)
EM_ASM(if (window["openttd_abort"]) openttd_abort());
#endif
exit(1);
_exit(1);
}
/**

Loading…
Cancel
Save