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:
parent
e8a4fc66e1
commit
6cea4142c8
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user