[Scummvm-cvs-logs] scummvm master -> 4708a1969b27e0ffd814beacf66c1de6ebb70178

clone2727 clone2727 at gmail.com
Sat Nov 23 19:46:40 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4708a1969b VIDEO: Fix awful thinko from 55791d5fc1


Commit: 4708a1969b27e0ffd814beacf66c1de6ebb70178
    https://github.com/scummvm/scummvm/commit/4708a1969b27e0ffd814beacf66c1de6ebb70178
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2013-11-23T10:43:20-08:00

Commit Message:
VIDEO: Fix awful thinko from 55791d5fc1

Changed paths:
    video/avi_decoder.cpp



diff --git a/video/avi_decoder.cpp b/video/avi_decoder.cpp
index 3987d49..eb5a71c 100644
--- a/video/avi_decoder.cpp
+++ b/video/avi_decoder.cpp
@@ -636,6 +636,8 @@ void AVIDecoder::readOldIndex(uint32 size) {
 	if (!isAbsolute)
 		firstEntry.offset += _movieListStart - 4;
 
+	_indexEntries.push_back(firstEntry);
+
 	for (uint32 i = 1; i < entryCount; i++) {
 		OldIndex indexEntry;
 		indexEntry.id = _fileStream->readUint32BE();






More information about the Scummvm-git-logs mailing list