diff options
author | Andrei Prykhodko | 2018-06-30 17:12:58 +0300 |
---|---|---|
committer | Andrei Prykhodko | 2018-06-30 17:12:58 +0300 |
commit | 5a25e445da9590fd1fe6d346fba2dc92925648d1 (patch) | |
tree | eca91f04bd89b4dc8b354dc4e751de1813aa9dbb | |
parent | 326f21c1a9b731494e9e68a6f2e617a6f5671e49 (diff) | |
download | scummvm-rg350-5a25e445da9590fd1fe6d346fba2dc92925648d1.tar.gz scummvm-rg350-5a25e445da9590fd1fe6d346fba2dc92925648d1.tar.bz2 scummvm-rg350-5a25e445da9590fd1fe6d346fba2dc92925648d1.zip |
PINK: removed empty method call
-rw-r--r-- | engines/pink/objects/actions/action_loop.cpp | 1 |
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) { |