use standard screen paths
This commit is contained in:
@@ -198,16 +198,14 @@ void ScreenPrompt::End( bool bCancelled )
|
|||||||
|
|
||||||
if( bCancelled )
|
if( bCancelled )
|
||||||
{
|
{
|
||||||
m_Cancel.StartTransitioning( SM_GoToNextScreen );
|
Cancel( SM_GoToNextScreen );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SCREENMAN->PlayStartSound();
|
SCREENMAN->PlayStartSound();
|
||||||
m_Out.StartTransitioning( SM_GoToNextScreen );
|
StartTransitioningScreen( SM_GoToNextScreen );
|
||||||
}
|
}
|
||||||
|
|
||||||
TweenOffScreen();
|
|
||||||
|
|
||||||
switch( m_Answer )
|
switch( m_Answer )
|
||||||
{
|
{
|
||||||
case ANSWER_YES:
|
case ANSWER_YES:
|
||||||
|
|||||||
Reference in New Issue
Block a user