From 1af058e2a1298a5fa14b4562b00f5942ed91a223 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Sun, 24 Mar 2013 12:48:34 -0500 Subject: [PATCH] One &pSteps->mTiming was still in the imported code. --- src/ScoreKeeperNormal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScoreKeeperNormal.cpp b/src/ScoreKeeperNormal.cpp index 7a7e54df2b..9c7748f091 100644 --- a/src/ScoreKeeperNormal.cpp +++ b/src/ScoreKeeperNormal.cpp @@ -221,7 +221,7 @@ void ScoreKeeperNormal::OnNextSong( int iSongInCourseIndex, const Steps* pSteps, ASSERT( m_iMaxPossiblePoints >= 0 ); m_iMaxScoreSoFar += m_iMaxPossiblePoints; - GAMESTATE->SetProcessedTimingData(const_cast(&pSteps->m_Timing)); + GAMESTATE->SetProcessedTimingData(const_cast(pSteps->GetTimingData())); m_iNumTapsAndHolds = pNoteData->GetNumRowsWithTapOrHoldHead() + pNoteData->GetNumHoldNotes() + pNoteData->GetNumRolls();