Re-enabled sfx when collecting a banana.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5495 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -393,7 +393,7 @@ void PlayerController::collectedItem(const Item &item, int add_info, float old_e
|
||||
switch(item.getType())
|
||||
{
|
||||
case Item::ITEM_BANANA:
|
||||
//m_ugh_sound->play();
|
||||
m_ugh_sound->play();
|
||||
break;
|
||||
case Item::ITEM_BUBBLEGUM:
|
||||
//The skid sound is played by the kart class. Do nothing here.
|
||||
|
||||
Reference in New Issue
Block a user