store scores as ints

nonstop scoring fixes
This commit is contained in:
Glenn Maynard
2003-06-18 20:08:39 +00:00
parent 4e1b482684
commit f345edb366
14 changed files with 57 additions and 59 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ void Notes::SetRadarValue(int r, float val)
m_fRadarValues[r] = val;
}
void Notes::AddScore( PlayerNumber pn, Grade grade, float iScore, bool& bNewRecordOut )
void Notes::AddScore( PlayerNumber pn, Grade grade, int iScore, bool& bNewRecordOut )
{
bNewRecordOut = false;