mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
engine: platform: sdl: try to fix 1.2 build
This commit is contained in:
@@ -178,7 +178,7 @@ static void Sys_StackTrace( PEXCEPTION_POINTERS pInfo )
|
||||
len += Q_snprintf( message + len, 1024 - len, ")\n");
|
||||
}
|
||||
|
||||
#if XASH_SDL >= 2
|
||||
#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 );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user