diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index a4bea90086..6bcd39748b 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -769,7 +769,7 @@ void NoteField::DrawPrimitives() ASSERT_M( NoteRowToBeat(i) > -2000, ssprintf("%i %i %i, %f %f", i, iLastIndexToDraw, iFirstIndexToDraw, GAMESTATE->m_fSongBeat, GAMESTATE->m_fMusicSeconds) ); SearchForBeat( CurDisplay, NextDisplay, NoteRowToBeat(i) ); - NoteDisplayCols *nd = CurDisplay->second; + const NoteDisplayCols *nd = CurDisplay->second; // See if there is a hold step that begins on this index. Only do this // if the note skin cares.