take note skin name to *Row
This commit is contained in:
@@ -191,7 +191,7 @@ ScreenNameEntry::ScreenNameEntry( CString sClassName ) : Screen( sClassName )
|
||||
/* Ensure that this is up-to-date. */
|
||||
GAMESTATE->m_pPosition->Load( (PlayerNumber)p );
|
||||
|
||||
m_GrayArrowRow[p].Load( (PlayerNumber)p, 0 );
|
||||
m_GrayArrowRow[p].Load( (PlayerNumber)p, GAMESTATE->m_PlayerOptions[p].m_sNoteSkin, 0 );
|
||||
m_GrayArrowRow[p].SetX( (float)GAMESTATE->GetCurrentStyleDef()->m_iCenterX[p] );
|
||||
m_GrayArrowRow[p].SetY( SCREEN_TOP + 100 );
|
||||
this->AddChild( &m_GrayArrowRow[p] );
|
||||
|
||||
Reference in New Issue
Block a user