diff options
Diffstat (limited to 'engines/sci/graphics/robot.h')
-rw-r--r-- | engines/sci/graphics/robot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/graphics/robot.h b/engines/sci/graphics/robot.h index 482ce75d40..725e30df63 100644 --- a/engines/sci/graphics/robot.h +++ b/engines/sci/graphics/robot.h @@ -28,6 +28,8 @@ namespace Sci { +#define ROBOT_FILE_STARTOFDATA 58 + #ifdef ENABLE_SCI32 class Robot { public: @@ -48,6 +50,8 @@ private: uint16 _width; uint16 _height; + uint16 _frameCount; + uint32 _frameSize; // is width * height (pixelCount) }; #endif |