Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!ux1.cso.uiuc.edu!aries.scs.uiuc.edu!mcdonald From: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Newsgroups: comp.sources.games.bugs Subject: Adventure 551 (Fortran) bugs Message-ID: <1990Oct12.134655.13097@ux1.cso.uiuc.edu> Date: 12 Oct 90 13:46:55 GMT Sender: news@ux1.cso.uiuc.edu (News) Organization: School of Chemical Sciences, Univ. of Illinois at Urbana-Champaign Lines: 22 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