diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 0f82aa5ece..c20094097c 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -355,6 +355,11 @@ void Player::Init( m_pActorWithJudgmentPosition = &*m_sprJudgment; this->AddChild( m_sprJudgment ); } + else + { + m_pActorWithComboPosition = NULL; + m_pActorWithJudgmentPosition = NULL; + } // Load HoldJudgments m_vpHoldJudgment.resize( GAMESTATE->GetCurrentStyle()->m_iColsPerPlayer );