Prevent important messages from being accidentally filtered.
This commit is contained in:
parent
79a4e4a0e3
commit
0e5c6e37b1
11 changed files with 13 additions and 13 deletions
|
|
@ -925,7 +925,7 @@ void M_Init (void)
|
|||
catch (CVMAbortException &err)
|
||||
{
|
||||
err.MaybePrintMessage();
|
||||
Printf(PRINT_NONOTIFY, "%s", err.stacktrace.GetChars());
|
||||
Printf(PRINT_NONOTIFY | PRINT_BOLD, "%s", err.stacktrace.GetChars());
|
||||
I_FatalError("Failed to initialize menus");
|
||||
}
|
||||
M_CreateMenus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue