- one more step closer to compile

This commit is contained in:
Rachael Alexanderson 2020-12-06 22:25:13 -05:00
parent 5a0c84dd2d
commit 67096c8966

View file

@ -1076,7 +1076,9 @@ void CALLBACK ExitFatally (ULONG_PTR dummy)
SetUnhandledExceptionFilter (ExitMessedUp);
I_ShutdownGraphics ();
RestoreConView ();
#ifndef _M_ARM64
DisplayCrashLog ();
#endif
exit(-1);
}