diff --git a/source/sound/xmplay.cpp b/source/sound/xmplay.cpp index 90d6371ae..dd0e44d4c 100644 --- a/source/sound/xmplay.cpp +++ b/source/sound/xmplay.cpp @@ -172,7 +172,7 @@ void CXMPlaySound::think() { do { -PAUL_DBGMSG("freed channel %d ( %d )",i,ch->m_playingId); +//PAUL_DBGMSG("freed channel %d ( %d )",i,ch->m_playingId); ch->m_useType=FREE; #ifdef __VERSION_DEBUG__ ch->m_internalId=0;