working on text notifications
This commit is contained in:
@@ -672,9 +672,9 @@ void Player::setPowerUpCounter(Uint16 value)
|
||||
// Actualiza el valor de la variable
|
||||
void Player::updatePowerUpCounter()
|
||||
{
|
||||
if (mPowerUpCounter > 0)
|
||||
if ((mPowerUpCounter > 0) && (mPowerUp))
|
||||
{
|
||||
--mPowerUpCounter;
|
||||
mPowerUpCounter--;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user