Change sounds and start element for folder navigation.

This commit is contained in:
toasterbabe 2017-04-29 16:40:07 +01:00
parent e2ca5b53a1
commit c7c88b7d99
1 changed files with 3 additions and 3 deletions

View File

@ -4723,8 +4723,8 @@ static void M_HandleAddons(INT32 choice)
}
else
{
S_StartSound(NULL, sfx_strpst);
dir_on[menudepthleft] = 0;
S_StartSound(NULL, sfx_menu1);
dir_on[menudepthleft] = 1;
}
refresh = false;
}
@ -4736,7 +4736,7 @@ static void M_HandleAddons(INT32 choice)
}
break;
case EXT_UP:
S_StartSound(NULL, sfx_skid);
S_StartSound(NULL, sfx_menu1);
menupath[menupathindex[++menudepthleft]] = 0;
break;
case EXT_TXT: