From ae84138f2bac8da633e15a04efc3f4bbf3834afb Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 1 Feb 2001 17:17:22 +0000 Subject: [PATCH] --- source/sound/xmplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;