aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/smush_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/smush/smush_player.h')
-rw-r--r--engines/scumm/smush/smush_player.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/scumm/smush/smush_player.h b/engines/scumm/smush/smush_player.h
index a6e83ef8ed..d951e3d45d 100644
--- a/engines/scumm/smush/smush_player.h
+++ b/engines/scumm/smush/smush_player.h
@@ -53,11 +53,13 @@ private:
byte *_specialBuffer;
Common::String _seekFile;
+ uint32 _startFrame;
+ uint32 _startTime;
int32 _seekPos;
- int32 _seekFrame;
+ uint32 _seekFrame;
bool _skipNext;
- int32 _frame;
+ uint32 _frame;
Audio::SoundHandle _IACTchannel;
Audio::AppendableAudioStream *_IACTstream;