Fix SIGINT being ignored when Dehacked SHA1 warning dialog open
This commit is contained in:
parent
560cdc3e45
commit
09f9ffb63f
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ int main(int argc, char **argv)
|
|||
|
||||
M_FindResponseFile();
|
||||
|
||||
SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1");
|
||||
|
||||
// start doom
|
||||
|
||||
D_DoomMain ();
|
||||
|
|
|
|||
Loading…
Reference in a new issue