fix output

This commit is contained in:
Glenn Maynard
2003-11-28 20:44:56 +00:00
parent a740001f91
commit 4f6498ace0
+1 -1
View File
@@ -33,7 +33,7 @@ void ScreenExit::Update( float fDelta )
{ {
DoQuit = true; DoQuit = true;
CString warn = ssprintf("ScreenExit: %i sound%s failed to finish playing quickly: ", CString warn = ssprintf("ScreenExit: %i sound%s failed to finish playing quickly: ",
PlayingSounds.size() ); PlayingSounds.size(), PlayingSounds.size()==1?"":"s" );
for( set<RageSound *>::const_iterator i = PlayingSounds.begin(); for( set<RageSound *>::const_iterator i = PlayingSounds.begin();
i != PlayingSounds.end(); ++i ) i != PlayingSounds.end(); ++i )
{ {