sync with ScreenOptionsMaster::GoToPrevScreen

This commit is contained in:
Glenn Maynard
2005-07-03 05:15:30 +00:00
parent a858910ad1
commit 1141c3ca7f
+1 -1
View File
@@ -41,7 +41,7 @@ void ScreenSongOptions::ExportOptions( int row, const vector<PlayerNumber> &vpns
void ScreenSongOptions::GoToPrevScreen()
{
if( GAMESTATE->m_bEditing )
if( SCREENMAN->IsStackedScreen(this) )
{
SCREENMAN->PopTopScreen( SM_BackFromSongOptions );
}