diff --git a/stepmania/src/LyricDisplay.cpp b/stepmania/src/LyricDisplay.cpp index 023bd37e06..29cc9d3120 100644 --- a/stepmania/src/LyricDisplay.cpp +++ b/stepmania/src/LyricDisplay.cpp @@ -33,6 +33,9 @@ void LyricDisplay::Update( float fDeltaTime ) { ActorFrame::Update( fDeltaTime ); + if( GAMESTATE->m_pCurSong == NULL ) + return; + /* If the song has changed (in a course), reset. */ if( GAMESTATE->m_fMusicSeconds < m_fLastSecond ) Init();