Removed wrong FIX_BUGS

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-09-23 10:32:23 +02:00
parent c94d1f1379
commit d73f82cfcf
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -284,11 +284,7 @@ static void MoveCampCursor()
else else
{ {
// Switch to an item // Switch to an item
#ifdef FIX_BUGS PlaySoundObject(SND_YES_NO_CHANGE_CHOICE, 1);
PlaySoundObject(SND_SWITCH_WEAPON, 1);
#else
PlaySoundObject(SND_YES_NO_CHANGE_CHOICE, 1); // Pretty sure this is not intended
#endif
if (item_num) if (item_num)
StartTextScript(gItemData[gSelectedItem].code + 5000); StartTextScript(gItemData[gSelectedItem].code + 5000);