aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/animation.h')
-rw-r--r--engines/simon/animation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/simon/animation.h b/engines/simon/animation.h
index 6d3b04e25d..b3b31c1c32 100644
--- a/engines/simon/animation.h
+++ b/engines/simon/animation.h
@@ -49,12 +49,12 @@ class MoviePlayer {
uint8 *_frameBuffer2;
uint16 _width;
uint16 _height;
- uint32 _frameSize;
uint16 _framesCount;
+ uint32 _framesPerSec;
uint16 _frameNum;
- uint32 _frameRate;
+ uint32 _frameSize;
+ uint16 _frameSkipped;
uint32 _frameTicks;
- uint _frameSkipped;
uint32 _ticks;
public: