aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_cel.cpp
diff options
context:
space:
mode:
authorwhiterandrek2018-06-09 15:54:21 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commitbfd1b62063040c970894fbf81d9dca9c3d4088d0 (patch)
tree8fc1641df6073f649c7bd47dd9bdfe076ff52e2e /engines/pink/objects/actions/action_cel.cpp
parent4dd40b0f7b8fdf27b59fc7e330b624cd844348da (diff)
downloadscummvm-rg350-bfd1b62063040c970894fbf81d9dca9c3d4088d0.tar.gz
scummvm-rg350-bfd1b62063040c970894fbf81d9dca9c3d4088d0.tar.bz2
scummvm-rg350-bfd1b62063040c970894fbf81d9dca9c3d4088d0.zip
PINK: change drawing method
Diffstat (limited to 'engines/pink/objects/actions/action_cel.cpp')
-rw-r--r--engines/pink/objects/actions/action_cel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/pink/objects/actions/action_cel.cpp b/engines/pink/objects/actions/action_cel.cpp
index e6f262f390..a5f0e1f610 100644
--- a/engines/pink/objects/actions/action_cel.cpp
+++ b/engines/pink/objects/actions/action_cel.cpp
@@ -59,9 +59,8 @@ bool ActionCEL::initPalette(Director *director) {
void ActionCEL::start() {
if (!_decoder)
_decoder = _actor->getPage()->loadCel(_fileName);
- _actor->getPage()->getGame()->getDirector()->addSprite(this);
-
this->onStart();
+ _actor->getPage()->getGame()->getDirector()->addSprite(this);
}
void ActionCEL::end() {