fix compile
This commit is contained in:
@@ -34,7 +34,7 @@ void GrayArrowRow::Load( PlayerNumber pn )
|
||||
m_iNumCols = pStyleDef->m_iColsPerPlayer;
|
||||
|
||||
for( int c=0; c<m_iNumCols; c++ )
|
||||
m_GrayArrow[c].Load( m_PlayerNumber, c );
|
||||
m_GrayArrow[c].Load( GAMESTATE->m_PlayerOptions[pn].m_sNoteSkin, m_PlayerNumber, c );
|
||||
}
|
||||
|
||||
void GrayArrowRow::Update( float fDeltaTime )
|
||||
|
||||
Reference in New Issue
Block a user