aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/objects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/objects.cpp')
-rw-r--r--engines/sherlock/objects.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sherlock/objects.cpp b/engines/sherlock/objects.cpp
index df91995c35..9fb691966b 100644
--- a/engines/sherlock/objects.cpp
+++ b/engines/sherlock/objects.cpp
@@ -649,8 +649,7 @@ void Sprite::checkSprite() {
pt.y /= FIXED_INT_MULTIPLIER;
if (IS_ROSE_TATTOO) {
- // TODO: Needs to be called
- //checkObject(1001);
+ checkObject();
// For Rose Tattoo, we only do the further processing for Sherlock
if (this != &people[HOLMES])