Changeset - r28048:2fe6b58632d1
[Not reviewed]
master
0 1 0
Peter Nelson - 8 months ago 2023-10-28 15:08:08
peter1138@openttd.org
Fix: OpenTTD can fail to exit on an error due to mutex locks in threads. (#11398)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/openttd.cpp
Show inline comments
 
@@ -121,7 +121,7 @@ void UserErrorI(const std::string &str)
 
	EM_ASM(if (window["openttd_abort"]) openttd_abort());
 
#endif
 

	
 
	exit(1);
 
	_exit(1);
 
}
 

	
 
/**
0 comments (0 inline, 0 general)