mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
Merge branch 'F-key-menu-hotfix' into 'next'
F key menu hotfix Fixes the issues shown here: https://mb.srb2.org/showthread.php?t=40754 See merge request !23
This commit is contained in:
commit
f43a7e09eb
1 changed files with 3 additions and 0 deletions
|
@ -2203,6 +2203,7 @@ boolean M_Responder(event_t *ev)
|
||||||
if (modeattacking)
|
if (modeattacking)
|
||||||
return true;
|
return true;
|
||||||
M_StartControlPanel();
|
M_StartControlPanel();
|
||||||
|
M_Options(0);
|
||||||
currentMenu = &OP_SoundOptionsDef;
|
currentMenu = &OP_SoundOptionsDef;
|
||||||
itemOn = 0;
|
itemOn = 0;
|
||||||
return true;
|
return true;
|
||||||
|
@ -2212,6 +2213,7 @@ boolean M_Responder(event_t *ev)
|
||||||
if (modeattacking)
|
if (modeattacking)
|
||||||
return true;
|
return true;
|
||||||
M_StartControlPanel();
|
M_StartControlPanel();
|
||||||
|
M_Options(0);
|
||||||
M_VideoModeMenu(0);
|
M_VideoModeMenu(0);
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
|
@ -2223,6 +2225,7 @@ boolean M_Responder(event_t *ev)
|
||||||
if (modeattacking)
|
if (modeattacking)
|
||||||
return true;
|
return true;
|
||||||
M_StartControlPanel();
|
M_StartControlPanel();
|
||||||
|
M_Options(0);
|
||||||
M_SetupNextMenu(&OP_MainDef);
|
M_SetupNextMenu(&OP_MainDef);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue