diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-12-26 19:12:24 +0000 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-12-26 19:12:24 +0000 |
commit | b63473f9a4adc85b466d52a28aa2eda8ea0719f8 (patch) | |
tree | 782950fec90069fd162b1bc4b1054e3b1ad028af /src/qcommon | |
parent | 24be91d9b7cabc351943edde3499ac0e296766ba (diff) |
Revert "abort() on Com_Error()"
This reverts commit 22ba59f9c42d7f35e6520d49ffde2c1d9079cc7b.
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/common.c | 2 |
1 files changed, 0 insertions, 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); |