for consistency

This commit is contained in:
Glenn Maynard
2006-10-14 04:04:48 +00:00
parent df0e709c77
commit a48f7f39f6
+1 -1
View File
@@ -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 );