[Scummvm-devel] [Scummvm-cvs-logs] SF.net SVN: scummvm:[42194] scummvm/branches/gsoc2009-draci/engines/draci

Robert Špalek rspalek at gmail.com
Mon Jul 6 22:28:39 CEST 2009


On Mon, Jul 6, 2009 at 12:50 PM, <dkasak13 at users.sourceforge.net> wrote:

> @@ -295,9 +321,15 @@
>  void Game::changeRoom(uint roomNum) {
>        _currentRoom._roomNum = roomNum;
>        loadRoom(roomNum);
> -       loadOverlays();
> +       loadOverlays();
> +
> +       _vm->_script->run(_currentRoom._program, _currentRoom._init);
>  }
>

don't you run the program twice?  for the first time it happens at the end
of loadRoom().

-- 
Robert Špalek <rspalek at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20090706/22681ef3/attachment.html>


More information about the Scummvm-devel mailing list