> It looks like the ret terminated the kDoBresen, but I could be wrong. There
is
> a list gotten from cast::Elements that might be worth investigating, but how
> do I see the key/value pairs in Sierra SCI's debugger? I know how to use
listi
> nfo in FSCI already, but need to compare the values to the original
> implementation.

Figured this out and started comparing the list in SSCI and FSCI. It has the
same number of elements, and all the items in the list in FSCI are valid
objects. The last item in FSCI's list is the first item in SSCI's list,
though. Weird.

There is a difference in the shaft object in the list between FSCI and SSCI.
In FSCI, the underbits are 0 and in SSCI, they are $ea64.  The statue,
fountain, water1, water2, and other objects in the list all have similar
problems. I don't know if this makes any difference in FSCI, but thought I
would mention it.




Reply via email to