track whether player gave up, hide Barely if gave up

This commit is contained in:
Chris Danford
2005-05-09 10:12:03 +00:00
parent 17b6d15d79
commit f217e5f0f4
4 changed files with 14 additions and 5 deletions
+1
View File
@@ -34,6 +34,7 @@ struct PlayerStageStats
/* This indicates whether the player bottomed out his bar/ran out of lives at some
* point during the song. It's set in all fail modes. */
bool bFailedEarlier;
bool bGaveUp; // exited gameplay by giving up
int iPossibleDancePoints;
int iCurPossibleDancePoints;
int iActualDancePoints;