diff --git a/menues.c b/menues.c index 095de0f..4efc63b 100755 --- a/menues.c +++ b/menues.c @@ -2012,6 +2012,9 @@ void menus(void) ps[myconnectindex].gm = MODE_GAME; } + /* out menu -- eukara */ + SDL_WM_GrabInput(SDL_GRAB_ON); + break; } if( KB_KeyPressed(sc_N) || KB_KeyPressed(sc_Escape) || RMB) @@ -2880,6 +2883,9 @@ void menus(void) } KB_ClearKeyDown(sc_Escape); sound(EXITMENUSOUND); + + /* out menu -- eukara */ + SDL_WM_GrabInput(SDL_GRAB_ON); } }