From d73f82cfcf62a585ea9d17cfc7734ccab6356e65 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Mon, 23 Sep 2019 10:32:23 +0200 Subject: [PATCH] Removed wrong FIX_BUGS Signed-off-by: Gabriel Ravier --- src/ArmsItem.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ArmsItem.cpp b/src/ArmsItem.cpp index b65c78e8..56597a2c 100644 --- a/src/ArmsItem.cpp +++ b/src/ArmsItem.cpp @@ -284,11 +284,7 @@ static void MoveCampCursor() else { // Switch to an item -#ifdef FIX_BUGS - PlaySoundObject(SND_SWITCH_WEAPON, 1); -#else - PlaySoundObject(SND_YES_NO_CHANGE_CHOICE, 1); // Pretty sure this is not intended -#endif + PlaySoundObject(SND_YES_NO_CHANGE_CHOICE, 1); if (item_num) StartTextScript(gItemData[gSelectedItem].code + 5000);