remove StopPlayingSoundsForThisThread

This commit is contained in:
Glenn Maynard
2004-11-15 04:18:21 +00:00
parent 366970728b
commit c263c27fba
-2
View File
@@ -320,8 +320,6 @@ int MusicThread_start( void *p )
StartQueuedSounds();
}
SOUNDMAN->StopPlayingSoundsForThisThread();
return 0;
}