This commit is contained in:
parent
48a884f3f0
commit
a874dc9a73
@ -75,7 +75,7 @@ static PlayerMetrics s_playerMetrics=
|
|||||||
---------------------------------------------------------------------- */
|
---------------------------------------------------------------------- */
|
||||||
void CPlayerModeCoralBlower::enter()
|
void CPlayerModeCoralBlower::enter()
|
||||||
{
|
{
|
||||||
m_blowerState=BLOWER_STATE__FULL;//BLOWER_STATE__EMPTY;
|
m_blowerState=BLOWER_STATE__EMPTY;
|
||||||
CSoundMediator::playSfx(CSoundMediator::SFX_ITEM__CORAL_BLOWER);
|
CSoundMediator::playSfx(CSoundMediator::SFX_ITEM__CORAL_BLOWER);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ void CPlayerModeCoralBlower::think()
|
|||||||
{
|
{
|
||||||
m_blowerState=BLOWER_STATE__FULL;
|
m_blowerState=BLOWER_STATE__FULL;
|
||||||
}
|
}
|
||||||
if(!getPadInputHeld()&PI_ACTION)
|
else if(!(getPadInputHeld()&PI_ACTION))
|
||||||
{
|
{
|
||||||
// Fire!
|
// Fire!
|
||||||
m_blowerState=BLOWER_STATE__EMPTY;
|
m_blowerState=BLOWER_STATE__EMPTY;
|
||||||
|
Loading…
Reference in New Issue
Block a user