undo part of last commit (restore "m_pIterNotJudged = NULL")
This commit is contained in:
@@ -157,6 +157,7 @@ Player::Player( NoteData &nd, bool bVisible ) : m_NoteData(nd)
|
|||||||
m_pPrimaryScoreKeeper = NULL;
|
m_pPrimaryScoreKeeper = NULL;
|
||||||
m_pSecondaryScoreKeeper = NULL;
|
m_pSecondaryScoreKeeper = NULL;
|
||||||
m_pInventory = NULL;
|
m_pInventory = NULL;
|
||||||
|
m_pIterNotJudged = NULL;
|
||||||
|
|
||||||
m_bPaused = false;
|
m_bPaused = false;
|
||||||
|
|
||||||
@@ -637,6 +638,7 @@ void Player::Update( float fDeltaTime )
|
|||||||
//
|
//
|
||||||
UpdateTapNotesMissedOlderThan( GetMaxStepDistanceSeconds() );
|
UpdateTapNotesMissedOlderThan( GetMaxStepDistanceSeconds() );
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
//
|
//
|
||||||
// update pressed flag
|
// update pressed flag
|
||||||
|
|||||||
Reference in New Issue
Block a user