Moved current grade to half of health int.

This commit is contained in:
Charles Lohr
2004-05-05 05:41:51 +00:00
parent 0dba590547
commit 93cfad5125
2 changed files with 8 additions and 13 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ private:
int m_step; //SID (StepID, 0-6 for Miss to Marv, 7,8 for boo and ok)
int m_score; //Player's Score
int m_combo; //Player's Current Combo
int m_life; //Player's Life
int m_life; //Player's Life (AND GRADE)
//m_life = [16-bit int life] <- LSB [16-bit int grade] <-MSB
};
struct netName //Data structure used for 16-character strings.