aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
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;