This commit is contained in:
Glenn Maynard
2007-01-18 09:08:51 +00:00
parent 75da18955d
commit 804e3afd9f
-5
View File
@@ -353,11 +353,6 @@ void GameSoundManager::Flush()
while( g_bFlushing )
g_Mutex->Wait();
g_Mutex->Unlock();
/* The thread won't actually delete the sound, waiting for SOUNDMAN to do it in
* the main thread. Update it now, to make sure that the sound is actually deleted
* before returning. */
SOUNDMAN->Update();
}
int MusicThread_start( void *p )