aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_play.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actions/action_play.cpp')
-rw-r--r--engines/pink/objects/actions/action_play.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/objects/actions/action_play.cpp b/engines/pink/objects/actions/action_play.cpp
index e86ff55c21..6d23a8accd 100644
--- a/engines/pink/objects/actions/action_play.cpp
+++ b/engines/pink/objects/actions/action_play.cpp
@@ -64,7 +64,7 @@ void ActionPlay::onStart() {
if (_stopFrame == -1 || _stopFrame >= frameCount)
_stopFrame = frameCount - 1;
assert(_startFrame < _decoder.getFrameCount());
- setFrame(_startFrame);
+ ActionCEL::setFrame(_startFrame);
// doesn't need to decode startFrame here. Update method will decode
}