make sure we don't do stuff to the group list if this screen is disabled

(there's probably a 1-frame window this matters in; i hit it once by
accident)
This commit is contained in:
Glenn Maynard
2003-01-21 23:04:56 +00:00
parent a6864d3ef2
commit aa97c73f7a
+1
View File
@@ -63,6 +63,7 @@ ScreenSelectGroup::ScreenSelectGroup()
{
GAMESTATE->m_sPreferredGroup = "ALL MUSIC";
m_Menu.ImmedOffScreenToMenu();
m_bChosen = true;
this->SendScreenMessage( SM_GoToNextScreen, 0.f );
return;
}