Prevent important messages from being accidentally filtered.

This commit is contained in:
Mari the Deer 2023-01-04 11:56:15 +01:00 committed by Christoph Oelckers
commit 0e5c6e37b1
11 changed files with 13 additions and 13 deletions

View file

@ -1234,7 +1234,7 @@ void D_DoomLoop ()
catch (CVMAbortException &error)
{
error.MaybePrintMessage();
Printf(PRINT_NONOTIFY, "%s", error.stacktrace.GetChars());
Printf(PRINT_NONOTIFY | PRINT_BOLD, "%s", error.stacktrace.GetChars());
D_ErrorCleanup();
}
}