games/doom: remove debug abort()

This commit is contained in:
cinap_lenrek 2011-06-02 06:52:29 +00:00
parent e4cba4c39a
commit 5a333eb240

View file

@ -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