diff options
Diffstat (limited to 'engines/sci/graphics/robot.h')
-rw-r--r-- | engines/sci/graphics/robot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/robot.h b/engines/sci/graphics/robot.h index 76dca35a82..a9f1d3c4df 100644 --- a/engines/sci/graphics/robot.h +++ b/engines/sci/graphics/robot.h @@ -52,6 +52,7 @@ private: uint16 _frameCount; uint32 _frameSize; // is width * height (pixelCount) uint16 _audioSize; + bool _hasSound; }; #endif |