From c1e3239a5f4642b8fe1ddf6757d520f199916839 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Jan 2005 19:18:23 +0000 Subject: [PATCH] cleanup --- stepmania/src/ActorUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 10cd2b985b..291af74d54 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -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; }