diff --git a/LEGO1/omni/src/audio/mxwavepresenter.cpp b/LEGO1/omni/src/audio/mxwavepresenter.cpp index 09bbeb7c..d3687cd0 100644 --- a/LEGO1/omni/src/audio/mxwavepresenter.cpp +++ b/LEGO1/omni/src/audio/mxwavepresenter.cpp @@ -156,6 +156,8 @@ void MxWavePresenter::StartingTickle() goto done; } + ma_sound_set_looping(&m_sound, MA_TRUE); + SetVolume(((MxDSSound*) m_action)->GetVolume()); ProgressTickleState(e_streaming); success = TRUE;