Fix SIGINT being ignored when Dehacked SHA1 warning dialog open

This commit is contained in:
mfrancis95 2018-10-02 01:51:06 -04:00
parent 560cdc3e45
commit 09f9ffb63f

View file

@ -43,6 +43,8 @@ int main(int argc, char **argv)
M_FindResponseFile();
SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1");
// start doom
D_DoomMain ();