Move "30misses" to a GiveUp metric. It's not very different from FailEndOfSong.

Only fail when giving up if died earlier.
This commit is contained in:
Chris Danford
2005-04-27 06:34:53 +00:00
parent b54e78c433
commit 6889c8be3f
7 changed files with 20 additions and 34 deletions
-1
View File
@@ -23,7 +23,6 @@ struct SongOptions
int m_iBatteryLives;
enum FailType {
FAIL_IMMEDIATE=0, // fail when life touches 0
FAIL_COMBO_OF_30_MISSES, // fail when 30 misses in a row, or on end of song if life touched 0
FAIL_END_OF_SONG, // fail on end of song if life touched 0
FAIL_OFF }; // never fail
FailType m_FailType;