mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Play correct sound on opening menu
This commit is contained in:
parent
2e6459d2f6
commit
7173ca9db9
1 changed files with 1 additions and 1 deletions
|
@ -1463,7 +1463,7 @@ void menu_GameSave(int nSaveSlot)
|
||||||
void menu_ResetZoom()
|
void menu_ResetZoom()
|
||||||
{
|
{
|
||||||
zoomsize = 0;
|
zoomsize = 0;
|
||||||
PlayLocalSound(StaticSound[kSound62], 0);
|
PlayLocalSound(StaticSound[kSound31], 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int menu_Menu(int nVal)
|
int menu_Menu(int nVal)
|
||||||
|
|
Loading…
Reference in a new issue