Don't set the first_playable choice on ScreenSelectMaster if it is -1.

This commit is contained in:
Kyzentun Keeslala
2015-06-25 09:22:22 -06:00
parent 240c81f026
commit 9bf045f596
+1 -1
View File
@@ -473,7 +473,7 @@ void ScreenSelectMaster::UpdateSelectableChoices()
}
FOREACH(PlayerNumber, vpns, pn)
{
if(on_unplayable[*pn])
if(on_unplayable[*pn] && first_playable != -1)
{
ChangeSelection(*pn, first_playable < m_iChoice[*pn] ? MenuDir_Left :
MenuDir_Right, first_playable);