commit 09f9ffb63f54516f327e63d35d5300b77aedc712
Author: mfrancis95 <mikefrancis95@gmail.com>
AuthorDate: Tue Oct 2 01:51:06 2018 -0400
Commit: mfrancis95 <mikefrancis95@gmail.com>
CommitDate: Tue Oct 2 01:51:06 2018 -0400
Fix SIGINT being ignored when Dehacked SHA1 warning dialog open
---
src/i_main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/i_main.c b/src/i_main.c
index 7bbccc88..cac65db4 100644
--- a/src/i_main.c
+++ b/src/i_main.c
@@ -43,6 +43,8 @@ int main(int argc, char **argv)
M_FindResponseFile();
+ SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1");
+
// start doom
D_DoomMain ();