From 10cdcdb0a13b9648071ec989207f29be369c4593 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sat, 14 Nov 2009 01:59:01 +0000 Subject: [PATCH] Forgot this one --- code/qcommon/common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/qcommon/common.c b/code/qcommon/common.c index b3dc1c07..45ff6233 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -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; }