This commit is contained in:
Glenn Maynard
2005-01-16 19:18:23 +00:00
parent 8f99164eb5
commit c1e3239a5f
+1 -1
View File
@@ -334,7 +334,7 @@ Actor* MakeActor( const RageTextureID &ID )
/* Do this last, to avoid the IsADirectory in most cases. */
else if( IsADirectory(ID.filename) )
{
BGAnimation *pBGA = new BGAnimation( true );
BGAnimation *pBGA = new BGAnimation;
pBGA->LoadFromAniDir( ID.filename );
return pBGA;
}