mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
Remember cursor position in Sound Volume menu (#1863)
This commit is contained in:
parent
15fd3af56e
commit
e67b6bef1c
@ -2164,7 +2164,7 @@ static boolean ShortcutResponder(const event_t *ev)
|
||||
{
|
||||
MN_StartControlPanel();
|
||||
currentMenu = &SoundDef;
|
||||
itemOn = sfx_vol;
|
||||
itemOn = currentMenu->lastOn;
|
||||
M_StartSound(sfx_swtchn);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user