mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
"back" also works in main menu (#1512)
This commit is contained in:
parent
29687d96a6
commit
8bb438e016
@ -6551,6 +6551,11 @@ boolean M_Responder (event_t* ev)
|
||||
itemOn = currentMenu->lastOn;
|
||||
S_StartSound(NULL, sfx_swtchn);
|
||||
}
|
||||
else
|
||||
{
|
||||
M_ClearMenus();
|
||||
S_StartSound(NULL, sfx_swtchx);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user