mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -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();
|
MN_StartControlPanel();
|
||||||
currentMenu = &SoundDef;
|
currentMenu = &SoundDef;
|
||||||
itemOn = sfx_vol;
|
itemOn = currentMenu->lastOn;
|
||||||
M_StartSound(sfx_swtchn);
|
M_StartSound(sfx_swtchn);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user