aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-26 08:18:50 -0400
committerPaul Gilbert2015-05-26 08:18:50 -0400
commit0cc79979fc27a097037ca580dda78607080d5ac4 (patch)
tree4b94857f4efacc778f2c63d088c61353bc78d451 /engines/sherlock/map.h
parente1e39ea3d2e358b47fc26cc52244f536ee2a0a01 (diff)
downloadscummvm-rg350-0cc79979fc27a097037ca580dda78607080d5ac4.tar.gz
scummvm-rg350-0cc79979fc27a097037ca580dda78607080d5ac4.tar.bz2
scummvm-rg350-0cc79979fc27a097037ca580dda78607080d5ac4.zip
SHERLOCK: Fix map display
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 198b31e7d3..e0c7d038c4 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -76,7 +76,7 @@ private:
ImageFile *_mapCursors;
ImageFile *_shapes;
ImageFile *_iconShapes;
- Common::Array<WalkSequence> _walkSequences;
+ WalkSequences _walkSequences;
Point32 _lDrawnPos;
int _point;
bool _placesShown;