This commit is contained in:
Glenn Maynard
2005-12-19 01:37:24 +00:00
parent a5de2609ef
commit 702c38c2d1
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ void PlayerStageStats::GetLifeRecord( float *fLifeOut, int iNumSamples, float fS
}
}
/* If "rollover" is true, we're being called before gameplay begins, so we can record
/* If bRollover is true, we're being called before gameplay begins, so we can record
* the amount of the first combo that comes from the previous song. */
void PlayerStageStats::UpdateComboList( float fSecond, bool bRollover )
{
-3
View File
@@ -43,9 +43,6 @@ const int FILE_CACHE_VERSION = 144; // increment this to invalidate cache
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;
//////////////////////////////
// Song
//////////////////////////////
Song::Song()
{
FOREACH_BackgroundLayer( i )