[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/games/granatier/src
From:       Mathias Kraus <k.hias () gmx ! de>
Date:       2009-10-10 22:19:49
Message-ID: 1255213189.367754.3165.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1033739 by mkraus:

fix bonus_bad_scatty bug

 M  +1 -1      player.cpp  


--- trunk/playground/games/granatier/src/player.cpp #1033738:1033739
@@ -293,7 +293,7 @@
     }
     
     //check if bad bonus scatty and drop bombs
-    if(m_badBonusCountdownTimer->isActive() && m_badBonusType == Bonus::SCATTY  && \
m_bombArmory > 0) +    if(!m_death && m_badBonusCountdownTimer->isActive() && \
m_badBonusType == Bonus::SCATTY  && m_bombArmory > 0)  {
         //TODO: improve
         emit bombDropped(this, m_x, m_y);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic