From 666f0720ab801e8e9df4a8e65f452044b110f7b2 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 29 Mar 2009 13:56:16 +0000 Subject: (Re)link bounding animations after location has been completely parsed. This avoids problems due to forward references. svn-id: r39740 --- engines/parallaction/exec_br.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/parallaction/exec_br.cpp') diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp index 8821db4e3c..c333a284da 100644 --- a/engines/parallaction/exec_br.cpp +++ b/engines/parallaction/exec_br.cpp @@ -115,14 +115,11 @@ void Parallaction_br::clearSubtitles() { DECLARE_COMMAND_OPCODE(location) { - warning("Parallaction_br::cmdOp_location command not yet implemented"); - _vm->_location._startPosition = ctxt._cmd->_startPos; - _vm->_location._startFrame = 0; // TODO: verify this against the disassembly!f + _vm->_location._startFrame = 0; _vm->_location._followerStartPosition = ctxt._cmd->_startPos2; _vm->_location._followerStartFrame = 0; - // TODO: handle startPos and startPos2 _vm->scheduleLocationSwitch(ctxt._cmd->_string); } -- cgit v1.2.3