From 8e43261d13a81131e0be0bfc75627f7395f78a90 Mon Sep 17 00:00:00 2001 From: Eric Fry Date: Thu, 28 Jun 2018 22:50:20 +1000 Subject: ILLUSIONS: Formatting fixes Simplified some point arithmetic Lock fixedpoint calcs to float rather than double --- engines/illusions/actor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/illusions/actor.cpp') diff --git a/engines/illusions/actor.cpp b/engines/illusions/actor.cpp index 568a1cca5e..bd0d7247a3 100644 --- a/engines/illusions/actor.cpp +++ b/engines/illusions/actor.cpp @@ -618,7 +618,6 @@ void Control::startTalkActor(uint32 sequenceId, byte *entryTblPtr, uint32 thread } void Control::sequenceActor() { - if (_actor->_pauseCtr > 0) return; @@ -665,7 +664,6 @@ void Control::sequenceActor() { //debug(1, "Sequence has finished"); _actor->_seqCodeIp = 0; } - } void Control::setActorIndex(int actorIndex) { -- cgit v1.2.3