aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/sound
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-15 02:35:11 +0200
committerEinar Johan Trøan Sømåen2012-08-15 02:35:11 +0200
commit10ca0f136d120677d776981fc58aba548181c033 (patch)
treeeca31e7969523315935882e1d5c11be6f8e67110 /engines/wintermute/base/sound
parente01dc47414355937d98b1de11151dde7c1c12a00 (diff)
downloadscummvm-rg350-10ca0f136d120677d776981fc58aba548181c033.tar.gz
scummvm-rg350-10ca0f136d120677d776981fc58aba548181c033.tar.bz2
scummvm-rg350-10ca0f136d120677d776981fc58aba548181c033.zip
WINTERMUTE: Clear out some commented-out code.
Diffstat (limited to 'engines/wintermute/base/sound')
-rw-r--r--engines/wintermute/base/sound/base_sound_buffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/base/sound/base_sound_buffer.cpp b/engines/wintermute/base/sound/base_sound_buffer.cpp
index b94f0d8215..bb4d5ba375 100644
--- a/engines/wintermute/base/sound/base_sound_buffer.cpp
+++ b/engines/wintermute/base/sound/base_sound_buffer.cpp
@@ -156,6 +156,7 @@ bool BaseSoundBuffer::play(bool looping, uint32 startSample) {
//////////////////////////////////////////////////////////////////////////
void BaseSoundBuffer::setLooping(bool looping) {
if (isPlaying()) {
+ // This warning is here, to see if this is ever the case.
warning("BSoundBuffer::SetLooping(%d) - won't change a playing sound", looping); // TODO
}
_looping = looping;