From 666cae200a4d87c83fb37537079d93c7c9dab145 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 30 Jan 2001 16:18:09 +0000 Subject: [PATCH] --- source/frontend/options.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/frontend/options.cpp b/source/frontend/options.cpp index 7be5fa7eb..381c5cffd 100644 --- a/source/frontend/options.cpp +++ b/source/frontend/options.cpp @@ -406,17 +406,14 @@ void CFrontEndOptions::think(int _frames) if(m_bgmVolume!=CSoundMediator::getVolume(CSoundMediator::VOL_SONG)) { CSoundMediator::setVolume(CSoundMediator::VOL_SONG,m_bgmVolume); - PAUL_DBGMSG("SONG"); } if(m_sfxVolume!=CSoundMediator::getVolume(CSoundMediator::VOL_SFX)) { CSoundMediator::setVolume(CSoundMediator::VOL_SFX,m_sfxVolume); - PAUL_DBGMSG("SFX"); } if(m_speechVolume!=CSoundMediator::getVolume(CSoundMediator::VOL_SPEECH)) { CSoundMediator::setVolume(CSoundMediator::VOL_SPEECH,m_speechVolume); - PAUL_DBGMSG("SPEECH"); } } else if(m_mode==MODE__SCREEN)