From 76b22d11ac3007bbc615992856ec4dbca6269fe4 Mon Sep 17 00:00:00 2001 From: Vecais Dumais Laacis Date: Wed, 8 Aug 2007 08:42:45 +0000 Subject: [PATCH] reverting unneeded changes --- stepmania/src/ScreenSelectMusic.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 825c727c78..ca8f8dcdef 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -84,11 +84,6 @@ void ScreenSelectMusic::Init() ScreenWithMenuElements::Init(); - //clear cached trails if any - cached trails points to already freed data if returning to select course after course played - SONGMAN->InvalidateCachedTrails(); - FOREACH_ENUM( PlayerNumber, p ) - GAMESTATE->m_pCurTrail[p].Set( NULL ); - /* Cache: */ m_sSectionMusicPath = THEME->GetPathS(m_sName,"section music"); m_sSortMusicPath = THEME->GetPathS(m_sName,"sort music");