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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h
index 564ae73691..435ca8d5d7 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -68,7 +68,7 @@ private:
ImageFile *_shapes;
ImageFile *_iconShapes;
byte _sequences[MAX_HOLMES_SEQUENCE][MAX_FRAME];
- Common::Point _lDrawnPos;
+ Point32 _lDrawnPos;
int _point;
bool _placesShown;
int _cursorIndex;
@@ -96,8 +96,8 @@ private:
void highlightIcon(const Common::Point &pt);
public:
bool _active;
- Common::Point _overPos;
- Common::Point _bigPos;
+ Point32 _overPos;
+ Point32 _bigPos;
int _charPoint, _oldCharPoint;
public:
Map(SherlockEngine *vm);