From b63473f9a4adc85b466d52a28aa2eda8ea0719f8 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 26 Dec 2017 19:12:24 +0000 Subject: Revert "abort() on Com_Error()" This reverts commit 22ba59f9c42d7f35e6520d49ffde2c1d9079cc7b. --- src/qcommon/common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qcommon/common.c b/src/qcommon/common.c index 651c6b84..2644a729 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -259,8 +259,6 @@ void QDECL Com_Error( int code, const char *fmt, ... ) { static int errorCount; int currentTime; - abort(); - if(com_errorEntered) Sys_Error("recursive error after: %s", com_errorMessage); -- cgit