Abort tweens, to make sure everything has a chance to tween off

if the difficulty screen is rushed through.
This commit is contained in:
Glenn Maynard
2002-09-04 02:42:05 +00:00
parent b55843f919
commit 94a809e022
+3
View File
@@ -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<NUM_PAGES; p++ )
{
if( p == 0 && SelectedSomethingOnPage2() )