aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-23 16:06:29 -0400
committerPaul Gilbert2015-05-23 16:06:29 -0400
commitbcc31b2a663545ec448d886d8ed16546593f849e (patch)
treec2452b8ea70bc6adcb57c1a01e9af4610af05c79 /engines/sherlock/map.h
parentc8cfca749a5da09aead4ca0c499def9afab5317c (diff)
downloadscummvm-rg350-bcc31b2a663545ec448d886d8ed16546593f849e.tar.gz
scummvm-rg350-bcc31b2a663545ec448d886d8ed16546593f849e.tar.bz2
scummvm-rg350-bcc31b2a663545ec448d886d8ed16546593f849e.zip
SHERLOCK: Implemented Tattoo loadWalk changes
Diffstat (limited to 'engines/sherlock/map.h')
-rw-r--r--engines/sherlock/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h
index ab70b0885f..198b31e7d3 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -76,7 +76,7 @@ private:
ImageFile *_mapCursors;
ImageFile *_shapes;
ImageFile *_iconShapes;
- byte _sequences[MAX_HOLMES_SEQUENCE][MAX_FRAME];
+ Common::Array<WalkSequence> _walkSequences;
Point32 _lDrawnPos;
int _point;
bool _placesShown;