better debug

This commit is contained in:
Glenn Maynard
2006-10-02 22:54:43 +00:00
parent 9e4da8650f
commit 5d6514a2c1
+1 -1
View File
@@ -295,7 +295,7 @@ void Actor::LoadFromNode( const RString& sDir, const XNode* pNode )
c->GetAttrValue( "Value", sValue );
LuaHelpers::RunAtExpressionS( sName );
apActorCommands apac = ActorUtil::ParseActorCommands( sValue );
apActorCommands apac = ActorUtil::ParseActorCommands( sValue, ssprintf("%s: %s", sDir.c_str(), sKeyName.c_str()) );
AddCommand( sName, apac );
}