aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/lines.h
diff options
context:
space:
mode:
authorStrangerke2013-03-24 19:38:48 +0100
committerStrangerke2013-03-24 22:12:44 +0100
commitb46f2ccdc72c9cc9a53e4cf07efd502f21cc144c (patch)
tree67eca148c20c44eb5f76807e6a2a83941d013cd9 /engines/hopkins/lines.h
parentb8e504518ea77e8106d7dd8be087c5f51c8dff01 (diff)
downloadscummvm-rg350-b46f2ccdc72c9cc9a53e4cf07efd502f21cc144c.tar.gz
scummvm-rg350-b46f2ccdc72c9cc9a53e4cf07efd502f21cc144c.tar.bz2
scummvm-rg350-b46f2ccdc72c9cc9a53e4cf07efd502f21cc144c.zip
HOPKINS: Move 2 variables from Globals to ObjectsManager and LinesManager
Diffstat (limited to 'engines/hopkins/lines.h')
-rw-r--r--engines/hopkins/lines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/lines.h b/engines/hopkins/lines.h
index 2d0b3b0fad..ed7e2f0817 100644
--- a/engines/hopkins/lines.h
+++ b/engines/hopkins/lines.h
@@ -106,6 +106,7 @@ class LinesManager {
private:
HopkinsEngine *_vm;
+ bool _forceHideText;
int _pathFindingMaxDepth;
SmoothItem _smoothRoute[4000];
Directions _smoothMoveDirection;