move more stuff to NoteDataUtil

This commit is contained in:
Glenn Maynard
2002-12-13 23:34:37 +00:00
parent 5c21296573
commit c86c5af9f8
4 changed files with 284 additions and 277 deletions
+3 -3
View File
@@ -146,12 +146,12 @@ void Player::Load( PlayerNumber pn, NoteData* pNoteData, LifeMeter* pLM, ScoreDi
m_pScore->Init( pn );
if( !GAMESTATE->m_PlayerOptions[pn].m_bHoldNotes )
this->RemoveHoldNotes();
NoteDataUtil::RemoveHoldNotes(*this);
this->Turn( GAMESTATE->m_PlayerOptions[pn].m_TurnType );
NoteDataUtil::Turn( *this, GAMESTATE->m_PlayerOptions[pn].m_TurnType );
if( GAMESTATE->m_PlayerOptions[pn].m_bLittle )
this->MakeLittle();
NoteDataUtil::MakeLittle(*this);
int iPixelsToDrawBefore = 96;
int iPixelsToDrawAfter = 384;