Reconnect legacy sprites

This commit is contained in:
Devin J. Pohly
2013-10-13 15:54:20 -04:00
parent cd526b8e44
commit 60ce34cfaa
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -331,6 +331,7 @@ bool BackgroundImpl::Layer::CreateBackground( const Song *pSong, const Backgroun
LOG->Warn( "CreateBackground() Unknown file type '%s'", vsResolved[0].c_str() );
// fall through
case FT_Bitmap:
case FT_Sprite:
case FT_Movie:
sEffect = SBE_StretchNormal;
break;