From fceb0841a7c6fdf35f934bd8d8b6278da213895f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 21 Aug 2006 00:32:27 +0000 Subject: [PATCH] Remove param. --- stepmania/src/GameSoundManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index 137811cff5..b067c48e34 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -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 )