tweak ScoreDisplayRave
This commit is contained in:
@@ -173,7 +173,7 @@ ScreenHowToPlay::ScreenHowToPlay( CString sName ) : ScreenAttract( sName )
|
||||
if( USEPLAYER )
|
||||
{
|
||||
m_pPlayer = new Player;
|
||||
m_pPlayer->Load( PLAYER_1, &m_NoteData, m_pLifeMeterBar, NULL, NULL, NULL, NULL, NULL );
|
||||
m_pPlayer->Load( PLAYER_1, &m_NoteData, m_pLifeMeterBar, NULL, NULL, NULL, NULL, NULL, NULL );
|
||||
m_pPlayer->SetX( PLAYERX );
|
||||
this->AddChild( m_pPlayer );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user