From 5a333eb240a9e3622c2f443310a7c1856a6551e8 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 2 Jun 2011 06:52:29 +0000 Subject: [PATCH] games/doom: remove debug abort() --- sys/src/games/doom/v_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/src/games/doom/v_video.c b/sys/src/games/doom/v_video.c index debdd6103..9b30e6483 100644 --- a/sys/src/games/doom/v_video.c +++ b/sys/src/games/doom/v_video.c @@ -228,7 +228,6 @@ V_DrawPatch fprintf( stderr, "Patch at %d,%d exceeds LFB\n", x,y ); // No I_Error abort - what is up with TNT.WAD? fprintf( stderr, "V_DrawPatch: bad patch (ignored)\n"); -abort(); return; } #endif