diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index dcb15139c9..8b56974ec4 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -65,13 +65,8 @@ void Course::LoadFromCRSFile( CString sPath ) GetDirListing( sFName + ".bmp", arrayPossibleBanners, false, true ); GetDirListing( sFName + ".gif", arrayPossibleBanners, false, true ); if( !arrayPossibleBanners.empty() ) - { m_sBannerPath = arrayPossibleBanners[0]; - /* Cache and load the course banner. */ - BANNERCACHE->CacheBanner( m_sBannerPath ); - } - AttackArray attacks; for( unsigned i=0; iCacheBanner( m_sBannerPath ); } void Course::RevertFromDisk()