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, 2 insertions, 0 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index be9be006e8..e58fd33ef2 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -70,6 +70,8 @@ public:
Sprite &operator[](PeopleId id) { return _data[id]; }
+ bool isHolmesActive() const { return _walkLoaded && _holmesOn; }
+
void reset();
bool loadWalk();