use standard screen paths
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user