on GetAttrPath where the file doesn't exist and we ignore the error, return false as if the attribute didn't exist
This commit is contained in:
@@ -479,9 +479,7 @@ bool ActorUtil::GetAttrPath( const XNode *pNode, const RString &sName, RString &
|
|||||||
sOut = sDir+sOut;
|
sOut = sDir+sOut;
|
||||||
}
|
}
|
||||||
|
|
||||||
ActorUtil::ResolvePath( sOut, ActorUtil::GetWhere(pNode) );
|
return ActorUtil::ResolvePath( sOut, ActorUtil::GetWhere(pNode) );
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apActorCommands ActorUtil::ParseActorCommands( const RString &sCommands, const RString &sName )
|
apActorCommands ActorUtil::ParseActorCommands( const RString &sCommands, const RString &sName )
|
||||||
|
|||||||
Reference in New Issue
Block a user