diff options
Diffstat (limited to 'engines')
-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) { |