[quake3-commits] r1752 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 13 20:59:01 EST 2009


Author: thilo
Date: 2009-11-13 20:59:01 -0500 (Fri, 13 Nov 2009)
New Revision: 1752

Modified:
   trunk/code/qcommon/common.c
Log:
Forgot this one


Modified: trunk/code/qcommon/common.c
===================================================================
--- trunk/code/qcommon/common.c	2009-11-11 10:51:33 UTC (rev 1751)
+++ trunk/code/qcommon/common.c	2009-11-14 01:59:01 UTC (rev 1752)
@@ -250,7 +250,10 @@
 	if(com_errorEntered)
 	{
 		if(!calledSysError)
+		{
+			calledSysError = qtrue;
 			Sys_Error("recursive error after: %s", com_errorMessage);
+		}
 		
 		return;
 	}



More information about the quake3-commits mailing list