re-wrote score/statistics tracking

This commit is contained in:
Chris Danford
2002-07-29 03:06:55 +00:00
parent f9046674fb
commit 9ade2f771e
20 changed files with 289 additions and 76 deletions
-2
View File
@@ -38,8 +38,6 @@ ScoreDisplayNormal::ScoreDisplayNormal()
void ScoreDisplayNormal::Init( PlayerNumber pn )
{
m_PlayerNumber = pn;
SetScore( GAMESTATE->m_fScore[pn] );
}
void ScoreDisplayNormal::SetScore( float fNewScore )