Skip to content

Commit

Permalink
KYRA: Slight formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jan 18, 2014
1 parent 4349ee8 commit fd312dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/kyra/vqa.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit fd312dd

Please sign in to comment.