From f9a38f49cb3ae2bc83f972388e685c3112d5e315 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 10 Apr 2004 07:15:37 +0000 Subject: [PATCH] call StartDecodeThread() (Hopefully all remaining issues with the CA drivers can be fixed and we can remove this driver ...) --- stepmania/src/arch/Sound/RageSoundDriver_QT1.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_QT1.cpp b/stepmania/src/arch/Sound/RageSoundDriver_QT1.cpp index 0e598752e5..e84dd38cce 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_QT1.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_QT1.cpp @@ -81,6 +81,8 @@ RageSound_QT1::RageSound_QT1() if (err != noErr) RageException::ThrowNonfatal("Unable to create audio channel"); + + StartDecodeThread(); } RageSound_QT1::~RageSound_QT1()