KYRA: Slight formatting fix.

This commit is contained in:
Johannes Schickel 2014-01-18 03:27:57 +01:00
parent 4349ee8b3b
commit fd312ddfe3

View File

@ -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);