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
@@ -51,9 +51,9 @@ static const char *anims[NUM_ANIMATIONS] =
"BeginnerHelper_step-jumplr.bones.txt"
};
static CString GetAnimPath(Animation a)
static RString GetAnimPath(Animation a)
{
return CString("Characters/") + anims[a];
return RString("Characters/") + anims[a];
}
BeginnerHelper::BeginnerHelper()