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
@@ -74,11 +74,11 @@ ScreenTestSound::~ScreenTestSound()
void ScreenTestSound::UpdateText(int n)
{
CString fn = Basename( s[n].s.GetLoadedFilePath() );
RString fn = Basename( s[n].s.GetLoadedFilePath() );
vector<RageSound *> &snds = m_sSoundCopies[n];
CString pos;
RString pos;
for(unsigned p = 0; p < snds.size(); ++p)
{
if(p) pos += ", ";