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

This commit is contained in:
Andrei Prykhodko 2018-06-29 13:41:44 +03:00
parent 6eaa7df0bc
commit 7703b3617e

View file

@ -91,8 +91,8 @@ protected:
int _curFrame;
bool _atRingFrame;
uint16 _offsetFrame1;
uint16 _offsetFrame2;
uint32 _offsetFrame1;
uint32 _offsetFrame2;
byte *_palette;
mutable bool _dirtyPalette;