mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-18 23:31:38 +00:00
CLIENT: Fix Control Settings returning to Main Menu
This commit is contained in:
parent
6a91f6670e
commit
006c82e025
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void() menu_quit =
|
|||
void() menu_back =
|
||||
{
|
||||
if (in_menu == MENU_GSETTINGS || in_menu == MENU_CSETTINGS ||
|
||||
in_menu == MENU_AUDSETTINGS) {
|
||||
in_menu == MENU_AUDSETTINGS || in_menu == MENU_CONSETTINGS) {
|
||||
if (wasigs == TRUE)
|
||||
in_menu = MENU_IGS;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue