Add on-screen graphics elements to represent non-joined players on music select screen

This commit is contained in:
Andrew Livy
2004-01-22 04:31:31 +00:00
parent 7fe3268d1a
commit 2b66e1590e
4 changed files with 29 additions and 1 deletions
+2
View File
@@ -254,6 +254,7 @@ void ModeChoice::Apply( PlayerNumber pn ) const
return;
const PlayMode OldPlayMode = GAMESTATE->m_PlayMode;
if( m_game != GAME_INVALID )
GAMESTATE->m_CurGame = m_game;
if( m_pm != PLAY_MODE_INVALID )
@@ -309,6 +310,7 @@ void ModeChoice::Apply( PlayerNumber pn ) const
{
MEMCARDMAN->LockCards( true );
}
}
bool ModeChoice::IsZero() const