CString -> RString
This commit is contained in:
@@ -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 += ", ";
|
||||
|
||||
Reference in New Issue
Block a user