Fix that the mouse should grab whenever a NEW game is started, too
This commit is contained in:
parent
95be4c9c91
commit
f3fa036eba
3
premap.c
3
premap.c
|
@ -1006,6 +1006,9 @@ void newgame(char vn,char ln,char sk)
|
||||||
FX_StopAllSounds();
|
FX_StopAllSounds();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* grab mouse whenever we start a new game session --eukara */
|
||||||
|
SDL_WM_GrabInput(SDL_GRAB_ON);
|
||||||
|
|
||||||
show_shareware = 26*34;
|
show_shareware = 26*34;
|
||||||
|
|
||||||
ud.level_number = ln;
|
ud.level_number = ln;
|
||||||
|
|
Loading…
Reference in New Issue