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:
hikerstk
2010-06-10 22:54:31 +00:00
parent 8eab00d6d7
commit afa305e34b

View File

@@ -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.