Skip to content

Commit 97416fe

Browse files
authored
Merge pull request #1368 from asarium/fix/1366
Remove abort call from debug_int3
2 parents 43a4664 + aac3bbd commit 97416fe

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)