aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/vqa.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2014-01-18 03:27:57 +0100
committerJohannes Schickel2014-01-18 03:27:57 +0100
commitfd312ddfe39e4093a58e2b4e12c5476bb9bdc8a1 (patch)
tree4d8f5d15d873888707314d4c1b8fdc96916c932a /engines/kyra/vqa.cpp
parent4349ee8b3bca1bf1d3185bcd3862c131d4d37637 (diff)
downloadscummvm-rg350-fd312ddfe39e4093a58e2b4e12c5476bb9bdc8a1.tar.gz
scummvm-rg350-fd312ddfe39e4093a58e2b4e12c5476bb9bdc8a1.tar.bz2
scummvm-rg350-fd312ddfe39e4093a58e2b4e12c5476bb9bdc8a1.zip
KYRA: Slight formatting fix.
Diffstat (limited to 'engines/kyra/vqa.cpp')
-rw-r--r--engines/kyra/vqa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/vqa.cpp b/engines/kyra/vqa.cpp
index 40da6f131c..d9564e1306 100644
--- a/engines/kyra/vqa.cpp
+++ b/engines/kyra/vqa.cpp
@@ -224,7 +224,7 @@ void VQADecoder::handleFINF(Common::SeekableReadStream *stream) {
_frameInfo[_header.numFrames] = 0x7FFFFFFF;
}
-void VQADecoder::readNextPacket() {
+void VQADecoder::readNextPacket() {
VQAVideoTrack *videoTrack = (VQAVideoTrack *)getTrack(0);
VQAAudioTrack *audioTrack = (VQAAudioTrack *)getTrack(1);