From c7c88b7d99169383a54a05b0cd8568b2f0f43a40 Mon Sep 17 00:00:00 2001
From: toasterbabe <rollerorbital@gmail.com>
Date: Sat, 29 Apr 2017 16:40:07 +0100
Subject: [PATCH] Change sounds and start element for folder navigation.

---
 src/m_menu.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/m_menu.c b/src/m_menu.c
index 56745fa98b..f039178954 100644
--- a/src/m_menu.c
+++ b/src/m_menu.c
@@ -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:
-- 
GitLab