From d6f45b451b88215897514a44cdb6ab0ba9cfa273 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Tue, 29 Jan 2008 09:58:21 +0000 Subject: Fixed regression when displaying animation: the issue could only be noticed when characters appeared out of their sketches in the intro. svn-id: r30696 --- engines/parallaction/exec_ns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction/exec_ns.cpp') diff --git a/engines/parallaction/exec_ns.cpp b/engines/parallaction/exec_ns.cpp index d9edf5c2d3..b2bc80e84c 100644 --- a/engines/parallaction/exec_ns.cpp +++ b/engines/parallaction/exec_ns.cpp @@ -347,12 +347,12 @@ void Parallaction_ns::drawAnimations() { if (((v18->_flags & kFlagsActive) == 0) && (v18->_flags & kFlagsRemove)) { v18->_flags &= ~kFlagsRemove; v18->_oldPos.x = -1000; - _gfx->showGfxObj(obj, false); } if ((v18->_flags & kFlagsActive) && (v18->_flags & kFlagsRemove)) { v18->_flags &= ~kFlagsActive; v18->_flags |= kFlagsRemove; + _gfx->showGfxObj(obj, false); } } -- cgit v1.2.3