mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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(!calledSysError)
|
||||
{
|
||||
calledSysError = qtrue;
|
||||
Sys_Error("recursive error after: %s", com_errorMessage);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue