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:
parent
296d854062
commit
38db8a9fbf
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user