fix: la powerball sonava en la demo

This commit is contained in:
2026-04-13 19:58:55 +02:00
parent a035fecb04
commit 1451327fcc
2 changed files with 4 additions and 2 deletions

View File

@@ -1972,7 +1972,9 @@ void Game::destroyAllBalloons() {
}
enemyDeployCounter = 255;
JA_PlaySound(powerBallSound);
if (!demo.enabled) {
JA_PlaySound(powerBallSound);
}
effect.flash = true;
effect.shake = true;
}