]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_unix.c
lhnet: Use the generic linked list
[xonotic/darkplaces.git] / sys_unix.c
index f3ca36775551d8b7d4fb65ea071e296a2ac5230c..eccf986e3791149cbf604cb3f3506b7852430cd9 100644 (file)
@@ -42,7 +42,7 @@ void Sys_Error (const char *error, ...)
 
        Con_Printf(CON_ERROR "Engine Error: %s\n", string);
 
-       Host_Shutdown ();
+       //Host_Shutdown ();
        exit (1);
 }