undo part of last commit (restore "m_pIterNotJudged = NULL")

This commit is contained in:
Chris Danford
2007-09-10 21:48:06 +00:00
parent 17252a0852
commit 8e0c76819e
+2
View File
@@ -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