this texture load doesn't actually do anything anymore

This commit is contained in:
Glenn Maynard
2003-01-09 02:58:59 +00:00
parent 271536078e
commit ed3e31fb86
-4
View File
@@ -160,10 +160,6 @@ void Background::LoadFromSong( Song* pSong )
// Load the static background that will before notes start and after notes end // Load the static background that will before notes start and after notes end
// //
Sprite sprDummy;
sprDummy.LoadBG( sSongBackgroundPath );
{ {
BGAnimation *pTempBGA = new BGAnimation; BGAnimation *pTempBGA = new BGAnimation;
pTempBGA->LoadFromStaticGraphic( sSongBackgroundPath ); pTempBGA->LoadFromStaticGraphic( sSongBackgroundPath );