mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
crashhandler: fix developer mode check
This commit is contained in:
parent
85960b2c90
commit
c603abfebf
@ -202,7 +202,7 @@ long _stdcall Sys_Crash( PEXCEPTION_POINTERS pInfo )
|
|||||||
CL_Crashed(); // tell client about crash
|
CL_Crashed(); // tell client about crash
|
||||||
else host.status = HOST_CRASHED;
|
else host.status = HOST_CRASHED;
|
||||||
|
|
||||||
if( host.developer <= 0 )
|
if( host_developer.value <= 0 )
|
||||||
{
|
{
|
||||||
// no reason to call debugger in release build - just exit
|
// no reason to call debugger in release build - just exit
|
||||||
Sys_Quit();
|
Sys_Quit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user