This commit is contained in:
Chris Danford
2005-03-11 04:53:45 +00:00
parent 7f0a969ceb
commit 155b380d2e
+3 -1
View File
@@ -1559,7 +1559,9 @@ void ScreenGameplay::Update( float fDeltaTime )
} }
this->PostScreenMessage( SM_NotesEnded, 0 ); this->PostScreenMessage( SM_NotesEnded, 0 );
} else { }
else
{
BackOutFromGameplay(); BackOutFromGameplay();
return; return;
} }