prefer GAMESTATE->JoinPlayer to setting GAMESTATE->m_bSideIsJoined manually

This commit is contained in:
Glenn Maynard
2006-09-15 05:56:43 +00:00
parent d7dc890adc
commit e7fdfa2132
10 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ void ScreenEditMenu::Init()
{
/* Enable all players. */
FOREACH_PlayerNumber( pn )
GAMESTATE->m_bSideIsJoined[pn] = true;
GAMESTATE->JoinPlayer( pn );
ScreenWithMenuElements::Init();