This commit is contained in:
Glenn Maynard
2005-04-15 07:40:30 +00:00
parent 228ca9f166
commit 4eae0713c7
+2 -2
View File
@@ -76,7 +76,7 @@ void ScreenPlayerOptions::Init()
void ScreenPlayerOptions::GoToPrevScreen()
{
if( GAMESTATE->m_bEditing )
if( SCREENMAN->IsStackedScreen(this) )
{
SCREENMAN->PopTopScreen( SM_BackFromPlayerOptions );
}
@@ -89,7 +89,7 @@ void ScreenPlayerOptions::GoToPrevScreen()
void ScreenPlayerOptions::GoToNextScreen()
{
if( GAMESTATE->m_bEditing )
if( SCREENMAN->IsStackedScreen(this) )
{
SCREENMAN->PopTopScreen( SM_BackFromPlayerOptions );
}