diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-02 06:52:29 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-02 06:52:29 +0000 |
commit | 5a333eb240a9e3622c2f443310a7c1856a6551e8 (patch) | |
tree | 72d06a3187437e71f775fb247d2d03512bd9514c /sys/src/games/doom | |
parent | e4cba4c39a7311fcadc7170d9c7fcd2724928d2a (diff) |
games/doom: remove debug abort()
Diffstat (limited to 'sys/src/games/doom')
-rw-r--r-- | sys/src/games/doom/v_video.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |