From 8e0c76819eaba28476be1e5157f3d8a9a90ec8ec Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 10 Sep 2007 21:48:06 +0000 Subject: [PATCH] undo part of last commit (restore "m_pIterNotJudged = NULL") --- stepmania/src/Player.cpp | 2 ++ 1 file changed, 2 insertions(+) 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