aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_scene.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_scene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel_scene.cpp b/engines/sherlock/scalpel/scalpel_scene.cpp
index 723939211a..af7090332c 100644
--- a/engines/sherlock/scalpel/scalpel_scene.cpp
+++ b/engines/sherlock/scalpel/scalpel_scene.cpp
@@ -598,7 +598,7 @@ int ScalpelScene::startCAnim(int cAnimNum, int playRate) {
++frames;
} else {
// Forward direction
- Object::_countCAnimFrames = true;
+ BaseObject::_countCAnimFrames = true;
while (cObj._type == ACTIVE_BG_SHAPE) {
cObj.checkObject();
@@ -611,7 +611,7 @@ int ScalpelScene::startCAnim(int cAnimNum, int playRate) {
if (frames > 1)
--frames;
- Object::_countCAnimFrames = false;
+ BaseObject::_countCAnimFrames = false;
cObj._type = cAnim._type;
cObj._frameNumber = -1;