Play ugh sound when hitting bubblegum

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9721 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-09-03 18:13:38 +00:00
parent 296d854062
commit 38db8a9fbf

View File

@ -438,8 +438,9 @@ void PlayerController::collectedItem(const Item &item, int add_info, float old_e
m_ugh_sound->play(); m_ugh_sound->play();
break; break;
case Item::ITEM_BUBBLEGUM: case Item::ITEM_BUBBLEGUM:
//The skid sound is played by the kart class. Do nothing here. //More sounds are played by the kart class
//See Kart::collectedItem() //See Kart::collectedItem()
m_ugh_sound->play();
break; break;
default: default:
m_grab_sound->play(); m_grab_sound->play();