aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/vdx.cpp
diff options
context:
space:
mode:
authorScott Thomas2011-04-08 00:17:59 +0930
committerScott Thomas2011-04-08 00:17:59 +0930
commitd5ff4781004d1f9b2eebea954933c4b39a4ce227 (patch)
treeae4763e5e4265b9cdd586354649fbcb23aa986ba /engines/groovie/vdx.cpp
parent7c39b844b8f635b8267ce50d22e74090e355ff0e (diff)
downloadscummvm-rg350-d5ff4781004d1f9b2eebea954933c4b39a4ce227.tar.gz
scummvm-rg350-d5ff4781004d1f9b2eebea954933c4b39a4ce227.tar.bz2
scummvm-rg350-d5ff4781004d1f9b2eebea954933c4b39a4ce227.zip
GROOVIE: Fix brace formatting.
Diffstat (limited to 'engines/groovie/vdx.cpp')
-rw-r--r--engines/groovie/vdx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/groovie/vdx.cpp b/engines/groovie/vdx.cpp
index 5569ae92ca..61e5e3f6d7 100644
--- a/engines/groovie/vdx.cpp
+++ b/engines/groovie/vdx.cpp
@@ -528,9 +528,7 @@ void VDXPlayer::decodeBlockDelta(uint32 offset, byte *colours, uint16 imageWidth
void VDXPlayer::chunkSound(Common::ReadStream *in) {
if (getOverrideSpeed())
- {
setOverrideSpeed(false);
- }
if (!_audioStream) {
_audioStream = Audio::makeQueuingAudioStream(22050, false);