aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_cel.cpp
diff options
context:
space:
mode:
authorAndrei Prykhodko2018-06-30 15:18:03 +0300
committerAndrei Prykhodko2018-06-30 15:18:03 +0300
commit5f0fec7de2f9f2df3124aaa2388edbc3d03d2e37 (patch)
tree37b8c7d29ab9d71c13b68e32d37e083a945efa8b /engines/pink/objects/actions/action_cel.cpp
parentef9892dbd4c15f30586c8532e4e6ab56215b1582 (diff)
downloadscummvm-rg350-5f0fec7de2f9f2df3124aaa2388edbc3d03d2e37.tar.gz
scummvm-rg350-5f0fec7de2f9f2df3124aaa2388edbc3d03d2e37.tar.bz2
scummvm-rg350-5f0fec7de2f9f2df3124aaa2388edbc3d03d2e37.zip
PINK: fixed various PDA bugs
Diffstat (limited to 'engines/pink/objects/actions/action_cel.cpp')
-rw-r--r--engines/pink/objects/actions/action_cel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pink/objects/actions/action_cel.cpp b/engines/pink/objects/actions/action_cel.cpp
index 600eb88e27..5abc9787b9 100644
--- a/engines/pink/objects/actions/action_cel.cpp
+++ b/engines/pink/objects/actions/action_cel.cpp
@@ -65,6 +65,7 @@ void ActionCEL::start() {
void ActionCEL::end() {
_actor->getPage()->getGame()->getDirector()->removeSprite(this);
+ _decoder.close();
}
void ActionCEL::pause(bool paused) {