We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000cc85 commit fadd8b1Copy full SHA for fadd8b1
Client/core/CCore.cpp
@@ -1464,6 +1464,7 @@ void CCore::Quit(bool bInstantly)
1464
WatchDogBeginSection("Q0"); // Allow loader to detect freeze on exit
1465
1466
// Hide game window to make quit look instant
1467
+ PostQuitMessage(0);
1468
ShowWindow(GetHookedWindow(), SW_HIDE);
1469
1470
// Destroy the client
@@ -1476,7 +1477,6 @@ void CCore::Quit(bool bInstantly)
1476
1477
1478
// Use TerminateProcess for now as exiting the normal way crashes
1479
TerminateProcess(GetCurrentProcess(), 0);
- // PostQuitMessage ( 0 );
1480
}
1481
else
1482
{
0 commit comments