Looks a little better (maybe in future, make it say infinite amount?)
This commit is contained in:
parent
d31c8c4e04
commit
b88e96888d
@ -510,7 +510,7 @@ void Powerup::use()
|
||||
|
||||
if ( m_number <= 0 )
|
||||
{
|
||||
m_number = 0;
|
||||
m_number = 1;
|
||||
m_type = PowerupManager::DEFAULT_POWERUP;
|
||||
}
|
||||
} // use
|
||||
|
Loading…
x
Reference in New Issue
Block a user