[Scummvm-git-logs] scummvm master -> 7703b3617e8b2dc9dbf0cc614344fd8fc66ca6a4

whiterandrek whiterandrek at gmail.com
Fri Jun 29 12:43:56 CEST 2018


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:
7703b3617e VIDEO: fix seeking to first/second frame if it exceeds uint16


Commit: 7703b3617e8b2dc9dbf0cc614344fd8fc66ca6a4
    https://github.com/scummvm/scummvm/commit/7703b3617e8b2dc9dbf0cc614344fd8fc66ca6a4
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2018-06-29T13:41:44+03:00

Commit Message:
VIDEO: fix seeking to first/second frame if it exceeds uint16

Changed paths:
    video/flic_decoder.h


diff --git a/video/flic_decoder.h b/video/flic_decoder.h
index 3697fb2..d093daa 100644
--- a/video/flic_decoder.h
+++ b/video/flic_decoder.h
@@ -91,8 +91,8 @@ protected:
 		int _curFrame;
 		bool _atRingFrame;
 
-		uint16 _offsetFrame1;
-		uint16 _offsetFrame2;
+		uint32 _offsetFrame1;
+		uint32 _offsetFrame2;
 		byte *_palette;
 		mutable bool _dirtyPalette;
 





More information about the Scummvm-git-logs mailing list