fix compile error (accidental keyboard hit)
This commit is contained in:
@@ -439,7 +439,7 @@ void ScreenEvaluation::Init()
|
|||||||
m_textSurvivedNumber[p].SetShadowLength( 0 );
|
m_textSurvivedNumber[p].SetShadowLength( 0 );
|
||||||
// curewater: edited the "# stages cleared" text so it deducts one if you failed.
|
// curewater: edited the "# stages cleared" text so it deducts one if you failed.
|
||||||
// Should be accurate, but I'm not sure if its "standard" that (bool)true = 1. (assumption)
|
// Should be accurate, but I'm not sure if its "standard" that (bool)true = 1. (assumption)
|
||||||
m_textSurvivedNumber[p].SetText( ssprintf("%02d", STATSMAN->m_CurStageStats.m_player[p].iSongsPassed;
|
m_textSurvivedNumber[p].SetText( ssprintf("%02d", STATSMAN->m_CurStageStats.m_player[p].iSongsPassed) );
|
||||||
m_textSurvivedNumber[p].SetName( ssprintf("SurvivedNumberP%d",p+1) );
|
m_textSurvivedNumber[p].SetName( ssprintf("SurvivedNumberP%d",p+1) );
|
||||||
SET_XY_AND_ON_COMMAND( m_textSurvivedNumber[p] );
|
SET_XY_AND_ON_COMMAND( m_textSurvivedNumber[p] );
|
||||||
this->AddChild( &m_textSurvivedNumber[p] );
|
this->AddChild( &m_textSurvivedNumber[p] );
|
||||||
|
|||||||
Reference in New Issue
Block a user