Remove param.

This commit is contained in:
Jason Felds
2006-08-21 00:32:27 +00:00
parent 93b81118ef
commit fceb0841a7
+1 -1
View File
@@ -351,7 +351,7 @@ void GameSoundManager::Flush()
/* 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(0);
SOUNDMAN->Update();
}
int MusicThread_start( void *p )