From afbc333696c11a5a10bd6aa1061eded92836c751 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 22 Apr 2015 18:41:40 -0500 Subject: SHERLOCK: Fix display of overhead map --- engines/sherlock/map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/map.h') diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h index f324160bce..5b63fe768c 100644 --- a/engines/sherlock/map.h +++ b/engines/sherlock/map.h @@ -56,7 +56,7 @@ private: ImageFile *_mapCursors; ImageFile *_shapes; ImageFile *_iconShapes; - byte _sequences[3][MAX_FRAME]; + byte _sequences[MAX_HOLMES_SEQUENCE][MAX_FRAME]; Common::Point _bigPos; Common::Point _overPos; Common::Point _lDrawnPos; @@ -89,6 +89,7 @@ public: const MapEntry &operator[](int idx) { return _points[idx]; } void loadPoints(int count, const int *xList, const int *yList, const int *transList); + void loadSequences(int count, const byte *seq); int show(); }; -- cgit v1.2.3