From a48f7f39f6fab9bdc75f362ff22cbfb3accbf832 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Oct 2006 04:04:48 +0000 Subject: [PATCH] for consistency --- 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 cbcf4c4c6c..0ab74aeb01 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -419,7 +419,7 @@ Actor* ActorUtil::MakeActor( const RString &sPath_, const XNode *pParent, Actor } case FT_Directory: { - XNode xml; + XNode xml( *pParent ); xml.AppendAttr( "AniDir", sPath ); return ActorUtil::Create( "BGAnimation", &xml, pParentActor );