aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-12 23:13:21 -0400
committerPaul Gilbert2015-06-12 23:13:21 -0400
commit6221c1de82bae650158b54a4b04f8f319416ac63 (patch)
tree6851d7d6b98671610e53a8466c81b443521ccebf /engines/sherlock/people.h
parent5dc79a8f3272f8e5c9131fac925d4533a25ab4d9 (diff)
downloadscummvm-rg350-6221c1de82bae650158b54a4b04f8f319416ac63.tar.gz
scummvm-rg350-6221c1de82bae650158b54a4b04f8f319416ac63.tar.bz2
scummvm-rg350-6221c1de82bae650158b54a4b04f8f319416ac63.zip
SHERLOCK: Move walkToCoords from People to Person
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index 09022b10c8..3d035b6b7b 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -74,6 +74,11 @@ public:
* of steps to walk to get to that position.
*/
void goAllTheWay();
+
+ /**
+ * Walk to the co-ordinates passed, and then face the given direction
+ */
+ void walkToCoords(const Point32 &destPos, int destDir);
};
class SherlockEngine;
@@ -122,11 +127,6 @@ public:
bool freeWalk();
/**
- * Walk to the co-ordinates passed, and then face the given direction
- */
- void walkToCoords(const Point32 &destPos, int destDir);
-
- /**
* Turn off any currently active portraits, and removes them from being drawn
*/
void clearTalking();