cleanup
This commit is contained in:
@@ -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. */
|
* the amount of the first combo that comes from the previous song. */
|
||||||
void PlayerStageStats::UpdateComboList( float fSecond, bool bRollover )
|
void PlayerStageStats::UpdateComboList( float fSecond, bool bRollover )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -43,9 +43,6 @@ const int FILE_CACHE_VERSION = 144; // increment this to invalidate cache
|
|||||||
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;
|
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////
|
|
||||||
// Song
|
|
||||||
//////////////////////////////
|
|
||||||
Song::Song()
|
Song::Song()
|
||||||
{
|
{
|
||||||
FOREACH_BackgroundLayer( i )
|
FOREACH_BackgroundLayer( i )
|
||||||
|
|||||||
Reference in New Issue
Block a user