fix garbled sound and delays on quit

This commit is contained in:
Glenn Maynard
2004-04-07 04:14:20 +00:00
parent e451db6b30
commit 514ad5b37e
+2
View File
@@ -252,6 +252,8 @@ int MusicThread_start( void *p )
StartQueuedSounds();
}
SOUNDMAN->StopPlayingSoundsForThisThread();
return 0;
}