aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-02-12 19:30:52 +0000
committerSven Hesse2007-02-12 19:30:52 +0000
commitffdd3522bf2337f828ca31882c1f68678f59d45e (patch)
tree399c60a253b51fbaf2a033bd85290dcc3dc23f9c /engines/gob/sound.cpp
parent80bc94304c94780919c7c2b7f0f49febc7ee33a7 (diff)
downloadscummvm-rg350-ffdd3522bf2337f828ca31882c1f68678f59d45e.tar.gz
scummvm-rg350-ffdd3522bf2337f828ca31882c1f68678f59d45e.tar.bz2
scummvm-rg350-ffdd3522bf2337f828ca31882c1f68678f59d45e.zip
More demo version fixes
svn-id: r25532
Diffstat (limited to 'engines/gob/sound.cpp')
-rw-r--r--engines/gob/sound.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/sound.cpp b/engines/gob/sound.cpp
index 41f6f95721..6d9e66ce21 100644
--- a/engines/gob/sound.cpp
+++ b/engines/gob/sound.cpp
@@ -151,6 +151,8 @@ void Snd::nextCompositionPos(void) {
setSample(_compositionSamples[slot], 1, 0, 0);
return;
}
+ if (_compositionPos == 49)
+ _compositionPos = -1;
}
_compositionPos = -1;
}