aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_people.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-14 00:43:19 -0400
committerPaul Gilbert2015-06-14 00:43:19 -0400
commit8629feb410068c084741de1bc2126ed6cd53a4cd (patch)
treee381bdd2a4a8ad92d55fbbab78d6bba6d46b4332 /engines/sherlock/scalpel/scalpel_people.h
parent5531cf9fd503c3e74b8a32f6b12f2243bac68c06 (diff)
downloadscummvm-rg350-8629feb410068c084741de1bc2126ed6cd53a4cd.tar.gz
scummvm-rg350-8629feb410068c084741de1bc2126ed6cd53a4cd.tar.bz2
scummvm-rg350-8629feb410068c084741de1bc2126ed6cd53a4cd.zip
SHERLOCK: RT: Implemented walk setup
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_people.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_people.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_people.h b/engines/sherlock/scalpel/scalpel_people.h
index 9d1214bc68..dc1258308f 100644
--- a/engines/sherlock/scalpel/scalpel_people.h
+++ b/engines/sherlock/scalpel/scalpel_people.h
@@ -42,6 +42,11 @@ enum ScalpelSequences {
};
class ScalpelPerson : public Person {
+protected:
+ /**
+ * Get the source position for a character potentially affected by scaling
+ */
+ virtual Common::Point getSourcePoint() const;
public:
ScalpelPerson() : Person() {}
virtual ~ScalpelPerson() {}