From f3fa036ebabf85cfb23f3ef75e27bdc5f7513f6f Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Mon, 14 Feb 2022 11:30:55 -0800 Subject: [PATCH] Fix that the mouse should grab whenever a NEW game is started, too --- premap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/premap.c b/premap.c index da08662..a17620b 100755 --- a/premap.c +++ b/premap.c @@ -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;