Skip to content

Commit aac3bbd

Browse files
committed
Remove abort call from debug_int3
This fixes #1366.
1 parent c03dbea commit aac3bbd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

code/osapi/osapi.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,6 @@ void debug_int3(const char *file, int line)
391391
#endif
392392

393393
gr_activate(1);
394-
// we have to call os_deinit() before abort() so we make sure that SDL gets
395-
// closed out and we don't lose video/input control
396-
os_deinit();
397-
398-
abort();
399394
}
400395

401396
namespace os

0 commit comments

Comments
 (0)