aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-04-29 21:41:49 -1000
committerPaul Gilbert2015-04-29 21:41:49 -1000
commitaba28c4737d8534d160ed0ada17c6c109c0e7b4c (patch)
tree0f7f2abf25a18ac2380f513bf1c34c84f9b5b979 /engines/sherlock/map.h
parentf34b9a59b52460cae64d526cf9d9eccba922e376 (diff)
downloadscummvm-rg350-aba28c4737d8534d160ed0ada17c6c109c0e7b4c.tar.gz
scummvm-rg350-aba28c4737d8534d160ed0ada17c6c109c0e7b4c.tar.bz2
scummvm-rg350-aba28c4737d8534d160ed0ada17c6c109c0e7b4c.zip
SHERLOCK: Move _slowChess to Map _frameChangeFlag
Diffstat (limited to 'engines/sherlock/map.h')
-rw-r--r--engines/sherlock/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h
index 435ca8d5d7..e4c6655db9 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -99,6 +99,7 @@ public:
Point32 _overPos;
Point32 _bigPos;
int _charPoint, _oldCharPoint;
+ bool _frameChangeFlag;
public:
Map(SherlockEngine *vm);