VIDEO: fix seeking to first/second frame if it exceeds uint16
This commit is contained in:
parent
6eaa7df0bc
commit
7703b3617e
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ protected:
|
|||
int _curFrame;
|
||||
bool _atRingFrame;
|
||||
|
||||
uint16 _offsetFrame1;
|
||||
uint16 _offsetFrame2;
|
||||
uint32 _offsetFrame1;
|
||||
uint32 _offsetFrame2;
|
||||
byte *_palette;
|
||||
mutable bool _dirtyPalette;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue