PlayerNumber(0) -> PLAYER_1

This commit is contained in:
Glenn Maynard
2006-01-15 08:15:27 +00:00
parent cfedf33602
commit 0ff2505831
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ void ScreenOptionsMaster::Init()
{
FOREACH_PlayerNumber( pn )
GAMESTATE->m_bSideIsJoined[pn] = true;
GAMESTATE->m_MasterPlayerNumber = PlayerNumber(0);
GAMESTATE->m_MasterPlayerNumber = PLAYER_1;
}
else if( sFlag == "smnavigation" )
SetNavigation( NAV_THREE_KEY_MENU );