Fixed missing sound when a powerup zipper is used (bug 3109198).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6671 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-11-21 11:13:11 +00:00
parent e8a4fc66e1
commit 6cea4142c8

View File

@ -209,7 +209,7 @@ void Powerup::use()
switch (m_type)
{
case PowerupManager::POWERUP_ZIPPER:
m_owner->handleZipper();
m_owner->handleZipper(NULL, true);
break ;
case PowerupManager::POWERUP_SWITCH:
{