aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe')
-rw-r--r--engines/fullpipe/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/sound.cpp b/engines/fullpipe/sound.cpp
index 516e4ab4f0..d0ff8dd8eb 100644
--- a/engines/fullpipe/sound.cpp
+++ b/engines/fullpipe/sound.cpp
@@ -104,11 +104,11 @@ bool Sound::load(MfcArchive &file, NGIArchive *archive) {
}
void Sound::updateVolume() {
- warning("STUB Sound::updateVolume()");
+ debug(3, "STUB Sound::updateVolume()");
}
void Sound::setPanAndVolumeByStaticAni() {
- warning("STUB Sound::setPanAndVolumeByStaticAni()");
+ debug(3, "STUB Sound::setPanAndVolumeByStaticAni()");
}
void FullpipeEngine::setSceneMusicParameters(CGameVar *var) {