engine: platform: win32: do not set parent window for stacktrace print window

This commit is contained in:
Alibek Omarov
2025-04-21 16:57:27 +03:00
parent 36cb3b2d89
commit fa75c33390

View File

@@ -195,7 +195,7 @@ static void Sys_StackTrace( PEXCEPTION_POINTERS pInfo )
#if XASH_SDL == 2
if( host.type != HOST_DEDICATED ) // let system to restart server automaticly
SDL_ShowSimpleMessageBox( SDL_MESSAGEBOX_ERROR, "Sys_Crash", message, host.hWnd );
SDL_ShowSimpleMessageBox( SDL_MESSAGEBOX_ERROR, "Sys_Crash", message, NULL );
#endif
Sys_PrintLog( message );