aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-22 10:48:28 -0400
committerPaul Gilbert2015-03-22 10:48:28 -0400
commit840bd862b734d54b18eb505b32ce030da10c934d (patch)
treefbebb86c30c90df73118749673bc060ea7f31e84 /engines/sherlock/scene.h
parente444d989bb3470650020cb2c3f0fdb7b2fcab70a (diff)
downloadscummvm-rg350-840bd862b734d54b18eb505b32ce030da10c934d.tar.gz
scummvm-rg350-840bd862b734d54b18eb505b32ce030da10c934d.tar.bz2
scummvm-rg350-840bd862b734d54b18eb505b32ce030da10c934d.zip
SHERLOCK: Implement ImageFile nibble mode, fixes for scene data loading
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r--engines/sherlock/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h
index 3cdb20ac0f..a6e4f51b99 100644
--- a/engines/sherlock/scene.h
+++ b/engines/sherlock/scene.h
@@ -157,7 +157,7 @@ public:
int _invGraphicItems;
Common::String _comments;
Common::Array<char> _descText;
- Common::Array<Common::Rect> _roomBounds;
+ Common::Array<Common::Rect> _bounds;
Common::Array<Object> _bgShapes;
Common::Array<CAnim> _cAnim;
Common::Array<byte> _sequenceBuffer;