use standard screen paths

This commit is contained in:
Glenn Maynard
2006-03-13 23:11:30 +00:00
parent 5b9bb999c0
commit a386eb32c4
+2 -4
View File
@@ -198,16 +198,14 @@ void ScreenPrompt::End( bool bCancelled )
if( bCancelled )
{
m_Cancel.StartTransitioning( SM_GoToNextScreen );
Cancel( SM_GoToNextScreen );
}
else
{
SCREENMAN->PlayStartSound();
m_Out.StartTransitioning( SM_GoToNextScreen );
StartTransitioningScreen( SM_GoToNextScreen );
}
TweenOffScreen();
switch( m_Answer )
{
case ANSWER_YES: