aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
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;