Play correct sound on opening menu

This commit is contained in:
nukeykt 2019-11-14 07:36:50 +09:00 committed by Christoph Oelckers
parent 2e6459d2f6
commit 7173ca9db9

View file

@ -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)