aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-17 20:45:37 -0400
committerPaul Gilbert2015-06-17 20:45:37 -0400
commit8abce6b025b1b4d8f50605875967f234b4b58312 (patch)
tree2ae99c3ae04e05fb96433ebdf8a4618a65d4d1ae /engines/sherlock/people.h
parenta96aad55592101810f71dd8813767ddbe2e76ece (diff)
downloadscummvm-rg350-8abce6b025b1b4d8f50605875967f234b4b58312.tar.gz
scummvm-rg350-8abce6b025b1b4d8f50605875967f234b4b58312.tar.bz2
scummvm-rg350-8abce6b025b1b4d8f50605875967f234b4b58312.zip
SHERLOCK: RT: Implement walkToCoords
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index 39eb1068be..257c9b3987 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -85,7 +85,7 @@ public:
/**
* Walk to the co-ordinates passed, and then face the given direction
*/
- void walkToCoords(const Point32 &destPos, int destDir);
+ virtual void walkToCoords(const Point32 &destPos, int destDir) = 0;
};
class SherlockEngine;