Fix that the mouse should grab whenever a NEW game is started, too

This commit is contained in:
Marco Cawthorne 2022-02-14 11:30:55 -08:00
parent 95be4c9c91
commit f3fa036eba
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 3 additions and 0 deletions

View File

@ -1006,6 +1006,9 @@ void newgame(char vn,char ln,char sk)
FX_StopAllSounds();
}
/* grab mouse whenever we start a new game session --eukara */
SDL_WM_GrabInput(SDL_GRAB_ON);
show_shareware = 26*34;
ud.level_number = ln;