diff --git a/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp b/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp index a698d1dd0e..860292e2f2 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_WDMKS.cpp @@ -1256,7 +1256,7 @@ int64_t RageSoundDriver_WDMKS::GetPosition() const RString sError; WdmGetPropertySimple( m_pStream->m_pPlaybackPin->m_hHandle, &KSPROPSETID_Audio, KSPROPERTY_AUDIO_POSITION, &pos, sizeof(pos), NULL, 0, sError ); - ASSERT( sError == "" ); + ASSERT_M( sError == "", sError ); pos.PlayOffset /= m_pStream->m_iBytesPerOutputSample * m_pStream->m_iDeviceOutputChannels; return pos.PlayOffset;