This commit is contained in:
parent
5ac705e30b
commit
88ebe93333
14 changed files with 49 additions and 26 deletions
|
@ -99,7 +99,7 @@ void CPlayerModeBubbleMixture::think()
|
|||
else
|
||||
{
|
||||
// Start to blow?
|
||||
if(!m_blowing&&getPadInputDown()&PI_ACTION&&canBlowBubbleFromThisState()&&m_player->getBubbleAmmo())
|
||||
if(!m_blowing&&getPadInputDown()&PI_FIRE&&canBlowBubbleFromThisState()&&m_player->getBubbleAmmo())
|
||||
{
|
||||
// Spawn the bubbly platform thingy..!
|
||||
CNpcPlayerBubblePlatform *bubble;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue