This commit is contained in:
Glenn Maynard
2005-07-18 02:42:26 +00:00
parent 15558d4cac
commit a37a18aada
4 changed files with 0 additions and 44 deletions
-17
View File
@@ -141,23 +141,6 @@ void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )
}
}
if( SM == SM_GoToNextScreen )
{
if( SCREENMAN->IsStackedScreen(this) )
{
SCREENMAN->PopTopScreen( SM_BackFromPlayerOptions );
return;
}
}
else if( SM == SM_GoToPrevScreen )
{
if( SCREENMAN->IsStackedScreen(this) )
{
SCREENMAN->PopTopScreen( SM_BackFromPlayerOptions );
return;
}
}
ScreenOptionsMaster::HandleScreenMessage( SM );
}