mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- added the "back" sound to the menu.
This commit is contained in:
parent
8acc4101be
commit
d083e12967
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ void GameInterface::MenuSound(EMenuSounds snd)
|
|||
break;
|
||||
|
||||
case CloseSound:
|
||||
case BackSound:
|
||||
S_PlaySound(EXITMENUSOUND, CHAN_AUTO, CHANF_UI);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue