fix AV. Don't GAMESTATE->Reset on the way out. Let the next screen reset if it needs it.
This commit is contained in:
@@ -92,7 +92,6 @@ void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
{
|
{
|
||||||
if( m_pSoundMusic )
|
if( m_pSoundMusic )
|
||||||
m_pSoundMusic->Stop();
|
m_pSoundMusic->Stop();
|
||||||
GAMESTATE->Reset();
|
|
||||||
SOUNDMAN->SetPrefs( PREFSMAN->GetSoundVolume() ); // turn volume back on
|
SOUNDMAN->SetPrefs( PREFSMAN->GetSoundVolume() ); // turn volume back on
|
||||||
SCREENMAN->SetNewScreen( NEXT_SCREEN );
|
SCREENMAN->SetNewScreen( NEXT_SCREEN );
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user