more high score cleanup

This commit is contained in:
Chris Danford
2003-10-20 01:06:26 +00:00
parent c474b18afe
commit 25d2b954a7
14 changed files with 99 additions and 89 deletions
+4 -2
View File
@@ -66,12 +66,14 @@ public:
{
CString sName;
Grade grade;
float fScore;
int iScore;
float fPercentDP;
HighScore()
{
grade = GRADE_NO_DATA;
fScore = 0;
iScore = 0;
fPercentDP = 0;
}
bool operator>=( const HighScore& other ) const;