mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
Forgot this one
This commit is contained in:
parent
3b63c54a24
commit
10cdcdb0a1
1 changed files with 3 additions and 0 deletions
|
@ -250,7 +250,10 @@ void QDECL Com_Error( int code, const char *fmt, ... ) {
|
||||||
if(com_errorEntered)
|
if(com_errorEntered)
|
||||||
{
|
{
|
||||||
if(!calledSysError)
|
if(!calledSysError)
|
||||||
|
{
|
||||||
|
calledSysError = qtrue;
|
||||||
Sys_Error("recursive error after: %s", com_errorMessage);
|
Sys_Error("recursive error after: %s", com_errorMessage);
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue