asteroid explode

This commit is contained in:
2025-12-20 19:49:05 +01:00
parent ad014e1de0
commit b69b090e45
5 changed files with 45 additions and 2 deletions

View File

@ -177,6 +177,9 @@ private:
bool challengeLevelActive{false};
bool challengeAdvanceQueued{false};
int challengeQueuedLevel{0};
// Asteroid SFX latency mitigation
std::optional<AsteroidType> pendingAsteroidDestroyType;
bool asteroidDestroySoundPreplayed{false};
// Internal helpers ----------------------------------------------------
void refillBag();