shithub: choc

Download patch

ref: 09f9ffb63f54516f327e63d35d5300b77aedc712
parent: 560cdc3e4572cc84d493c5450092b6ce1694bd89
author: mfrancis95 <mikefrancis95@gmail.com>
date: Mon Oct 1 21:51:06 EDT 2018

Fix SIGINT being ignored when Dehacked SHA1 warning dialog open

--- a/src/i_main.c
+++ b/src/i_main.c
@@ -43,6 +43,8 @@
 
     M_FindResponseFile();
 
+    SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1");
+
     // start doom
 
     D_DoomMain ();