mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Change sounds and start element for folder navigation.
This commit is contained in:
parent
e2ca5b53a1
commit
c7c88b7d99
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue