Forgot this one

This commit is contained in:
Thilo Schulz 2009-11-14 01:59:01 +00:00
parent 3b63c54a24
commit 10cdcdb0a1

View file

@ -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;
} }