diff --git a/src/arch/Sound/DSoundHelpers.cpp b/src/arch/Sound/DSoundHelpers.cpp index c7b0e95150..1474ea6c89 100644 --- a/src/arch/Sound/DSoundHelpers.cpp +++ b/src/arch/Sound/DSoundHelpers.cpp @@ -100,7 +100,7 @@ void DSound::SetPrimaryBufferMode() * * However, I just added the above code and I don't want to change more until it's tested. */ -// pBuffer->Play( 0, 0, DSBPLAY_LOOPING ); + pBuffer->Play( 0, 0, DSBPLAY_LOOPING ); pBuffer->Release(); }