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
+1 -1
View File
@@ -42,7 +42,7 @@ void ScreenExit::Update( float fDelta )
if( !DoQuit && m_ShutdownTimer.PeekDeltaTime() > 3 )
{
DoQuit = true;
CString warn = ssprintf("ScreenExit: %i sound%s failed to finish playing quickly: ",
RString warn = ssprintf("ScreenExit: %i sound%s failed to finish playing quickly: ",
(int) PlayingSounds.size(), (PlayingSounds.size()==1?"":"s") );
for( set<RageSound *>::const_iterator i = PlayingSounds.begin();
i != PlayingSounds.end(); ++i )