summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_system.c b/src/i_system.c
index 1009b23d..55c3b8fe 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -239,6 +239,6 @@ void I_Error (char *error, ...)
D_QuitNetGame ();
I_ShutdownGraphics();
- exit(-1);
+ abort();
}