This commit is contained in:
Glenn Maynard
2006-10-07 03:43:41 +00:00
parent b67e57864e
commit cb746be4c3
16 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ void ScreenGameplayNormal::FillPlayerInfo( vector<PlayerInfo> &vPlayerInfoOut )
{
vPlayerInfoOut.resize( NUM_PLAYERS );
FOREACH_PlayerNumber( p )
vPlayerInfoOut[p].Load( p, MultiPlayer_INVALID, true );
vPlayerInfoOut[p].Load( p, MultiPlayer_Invalid, true );
};
// lua end