From 94a809e022cddc64045da6382aafbfde0af64be5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 4 Sep 2002 02:42:05 +0000 Subject: [PATCH] Abort tweens, to make sure everything has a chance to tween off if the difficulty screen is rushed through. --- stepmania/src/ScreenSelectDifficulty.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenSelectDifficulty.cpp b/stepmania/src/ScreenSelectDifficulty.cpp index 88c33e85c4..2dd5fa65cf 100644 --- a/stepmania/src/ScreenSelectDifficulty.cpp +++ b/stepmania/src/ScreenSelectDifficulty.cpp @@ -443,6 +443,9 @@ void ScreenSelectDifficulty::TweenOffScreen() { int p; + for( p=0; p < m_SubActors.GetSize(); p++ ) + m_SubActors[p]->StopTweening(); + for( p=0; p