Hi Lars,
On Wed, 12 Apr 2000, Lars Skovlund wrote:
> Everything below is IIRC:
I'll implement it that way for the time being, with additional warning
messages as appropriate (those functions are used rarely, if at all)
> AppendAfter(List,Node,Node) takes a list and two nodes as parameters (or
> maybe just two nodes? I have to check that one) and inserts the second
> node after the first one (which is already in the list).
Very likely that it takes Lixt x Node x Node, since it has to handle cases
where the first Node is the list's last Node.
> DisposeList(Node) - are you sure that one exists? I know that FreeSCI
> sometimes outputs list-related error messages, but I thought that those
> were related to the sound system?
KQ4 reports erroneous DisposeList() attempts to Nodes when running the
intro. This could, of course, be a symptom of any kind of bug.
> I'll get something done on Said() ASAP.
Thanks in advance for that one! The missing Said() is a major showstopper
right now...
llap,
Christoph