CString -> RString

This commit is contained in:
Chris Danford
2006-01-22 01:00:06 +00:00
parent 870ed267fc
commit 7f821e8cfc
578 changed files with 3943 additions and 3946 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
Actor *DynamicActorScroller::Copy() const { return new DynamicActorScroller(*this); }
void DynamicActorScroller::LoadFromNode( const CString &sDir, const XNode *pNode )
void DynamicActorScroller::LoadFromNode( const RString &sDir, const XNode *pNode )
{
ActorScroller::LoadFromNode( sDir, pNode );
@@ -30,7 +30,7 @@ void DynamicActorScroller::LoadFromNode( const CString &sDir, const XNode *pNode
this->AddChild( pCopy );
}
CString sLoadFunction;
RString sLoadFunction;
pNode->GetAttrValue( "LoadFunction", sLoadFunction );
m_LoadFunction.SetFromExpression( sLoadFunction );