[comp.sources.games] v11i060: adven2 - generic adventure 551, Patch1

billr@saab.CNA.TEK.COM (Bill Randle) (11/17/90)

Submitted-by: Doug McDonald <mcdonald@aries.scs.uiuc.edu>
Posting-number: Volume 11, Issue 60
Archive-name: adven2/Patch1
Patch-To: adven2: Volume 11, Issue 27-33


Some bugs and problems and been found in the 551 point Adventure
(in Fortran) I posted. I'll report them here. There are no patches:
some are not serious and I'm not about to try to ferret them out,
and one is easily described in words. 

OFFICIAL PROBLEM FIX:

The variable KALFLG is local to the travl sububroutine in asubs.for.
IT needs to have a statement "SAVE KALFLG" installed up in the
declarations part of that routine. This of course effects only those
rare compilers that don't automatically save everything.

Other things:

Don't throw the cloak to the troll. That uncovers bugs.

There are some bugs in the liquid code. This code is a mess and I'm
not about to try to fix it. Just don't put liquids in un-obvious
containers. Don't drink oil.

Doug MCDonald