aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAndrei Prykhodko2018-06-30 17:12:58 +0300
committerAndrei Prykhodko2018-06-30 17:12:58 +0300
commit5a25e445da9590fd1fe6d346fba2dc92925648d1 (patch)
treeeca91f04bd89b4dc8b354dc4e751de1813aa9dbb /engines
parent326f21c1a9b731494e9e68a6f2e617a6f5671e49 (diff)
downloadscummvm-rg350-5a25e445da9590fd1fe6d346fba2dc92925648d1.tar.gz
scummvm-rg350-5a25e445da9590fd1fe6d346fba2dc92925648d1.tar.bz2
scummvm-rg350-5a25e445da9590fd1fe6d346fba2dc92925648d1.zip
PINK: removed empty method call
Diffstat (limited to 'engines')
-rw-r--r--engines/pink/objects/actions/action_loop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/pink/objects/actions/action_loop.cpp b/engines/pink/objects/actions/action_loop.cpp
index fb84695e68..9635101d62 100644
--- a/engines/pink/objects/actions/action_loop.cpp
+++ b/engines/pink/objects/actions/action_loop.cpp
@@ -54,7 +54,6 @@ void ActionLoop::toConsole() {
}
void ActionLoop::update() {
- ActionCEL::update();
uint frame = _decoder.getCurFrame();
if (!_inLoop) {