the various changes that I forgot to commit (cleanup and so forth) into hg,
culminating in syncing with sm-ssc v1.0 public beta 2
This commit is contained in:
@@ -174,9 +174,7 @@ void GraphDisplay::Set( const StageStats &ss, const PlayerStageStats &pss )
|
||||
|
||||
UpdateVerts();
|
||||
|
||||
//
|
||||
// Show song boundaries
|
||||
//
|
||||
float fSec = 0;
|
||||
FOREACH_CONST( Song*, ss.m_vpPossibleSongs, song )
|
||||
{
|
||||
@@ -193,9 +191,7 @@ void GraphDisplay::Set( const StageStats &ss, const PlayerStageStats &pss )
|
||||
|
||||
if( !pss.m_bFailed )
|
||||
{
|
||||
//
|
||||
// Search for the min life record to show "Just Barely!"
|
||||
//
|
||||
float fMinLifeSoFar = 1.0f;
|
||||
int iMinLifeSoFarAt = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user