From d5ff4781004d1f9b2eebea954933c4b39a4ce227 Mon Sep 17 00:00:00 2001 From: Scott Thomas Date: Fri, 8 Apr 2011 00:17:59 +0930 Subject: GROOVIE: Fix brace formatting. --- engines/groovie/vdx.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/groovie/vdx.cpp') 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); -- cgit v1.2.3