diff --git a/GpApp/GameOver.cpp b/GpApp/GameOver.cpp index c1d4ff7..3caf2b6 100644 --- a/GpApp/GameOver.cpp +++ b/GpApp/GameOver.cpp @@ -162,6 +162,8 @@ void DoGameOverStarAnimation (void) PlayPrioritySound(kMysticSound, kMysticPriority); which = angelDest.left / 32; which = which % 5; + if (which < 0) + which += 5; ZeroRectCorner(&pages[which].dest); QOffsetRect(&pages[which].dest, angelDest.left, angelDest.bottom); if (count < (which + 1))