compile fix.

This commit is contained in:
Steve Checkoway
2006-07-14 04:21:09 +00:00
parent 3c8591fdbf
commit e65388190f
+1 -1
View File
@@ -20,7 +20,7 @@ void ScreenGameplayShared::FillPlayerInfo( vector<PlayerInfo> &vPlayerInfoOut )
pi.m_pn = pn;
pi.m_pPrimaryScoreDisplay = new ScoreDisplayNormal;
pi.m_pPrimaryScoreDisplay->Init( pi.GetPlayerState(), GetPlayerStageStats() );
pi.m_pPrimaryScoreDisplay->Init( pi.GetPlayerState(), pi.GetPlayerStageStats() );
if( pn == mpn )
pi.m_pPrimaryScoreKeeper = new ScoreKeeperShared;
pi.m_pPlayer = new Player( pn == mpn, pn == mpn );