0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-03-01 14:41:06 +00:00

- added the "back" sound to the menu.

This commit is contained in:
Christoph Oelckers 2020-08-02 22:14:58 +02:00
parent 8acc4101be
commit d083e12967

View file

@ -240,6 +240,7 @@ void GameInterface::MenuSound(EMenuSounds snd)
break;
case CloseSound:
case BackSound:
S_PlaySound(EXITMENUSOUND, CHAN_AUTO, CHANF_UI);
break;