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

Robert Špalek rspalek at gmail.com
Mon Jun 29 10:32:09 CEST 2009


hi Denis,
replying as reading your commit logs and therefore, if something has already
been fixed, sorry for that


On Fri, Jun 26, 2009 at 10:10 PM, <dkasak13 at users.sourceforge.net> wrote:

> Revision: 41908
>          http://scummvm.svn.sourceforge.net/scummvm/?rev=41908&view=rev
> Author:   dkasak13
> Date:     2009-06-27 05:10:24 +0000 (Sat, 27 Jun 2009)
>
> Log Message:
> -----------
> Extended Game to load all info from INIT.DFW (general game info, dialog
> offsets, variables, item status, object status).
>
>

> +// FIXME: Something is wrong here. The total file length is only 23 bytes
> +// but the whole struct should be 35 bytes.
>


interesting.  when counting TGameHd attributes, it seems that the struct
should be 25 bytes long.  is 35 a typo?


> +       // Read in variables
> +
> +       file = initArchive[2];
> +       unsigned int numVariables = file->_length / sizeof (int16);
>

converted them from Little Endian to the machine type

-- 
Robert Špalek <rspalek at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scummvm.org/pipermail/scummvm-git-logs/attachments/20090629/ef422cee/attachment.html>


More information about the Scummvm-git-logs mailing list