- 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;