From 5a25e445da9590fd1fe6d346fba2dc92925648d1 Mon Sep 17 00:00:00 2001 From: Andrei Prykhodko Date: Sat, 30 Jun 2018 17:12:58 +0300 Subject: PINK: removed empty method call --- engines/pink/objects/actions/action_loop.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/pink/objects/actions') 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) { -- cgit v1.2.3