diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 465b79017b..05d6c8421f 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -157,6 +157,7 @@ Player::Player( NoteData &nd, bool bVisible ) : m_NoteData(nd) m_pPrimaryScoreKeeper = NULL; m_pSecondaryScoreKeeper = NULL; m_pInventory = NULL; + m_pIterNotJudged = NULL; m_bPaused = false; @@ -637,6 +638,7 @@ void Player::Update( float fDeltaTime ) // UpdateTapNotesMissedOlderThan( GetMaxStepDistanceSeconds() ); + return; // // update pressed flag