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