Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 GARFIELD 20/11/84; site garfield.UUCP Path: utzoo!utcsri!utai!garfield!jeff1 From: jeff1@garfield.UUCP Newsgroups: net.sources.games,net.games Subject: Re: Battlestar Message-ID: <472@garfield.UUCP> Date: Fri, 25-Apr-86 10:05:36 EST Article-I.D.: garfield.472 Posted: Fri Apr 25 10:05:36 1986 Date-Received: Sat, 26-Apr-86 12:12:29 EST References: <364@spock.UUCP> Sender: news@garfield.UUCP Reply-To: jeff1@garfield.UUCP (Jeff Sparkes) Organization: Memorial U. of Nfld. C.S. Dept., St. John's Lines: 11 Keywords: Adventure Game Summary: In article <364@spock.UUCP> xman@spock.UUCP (Bharat Mediratta '87 cc) writes: >Does anybody have the sources to Battlestar, the old >adventure game? It is really good, but ours dumps >core when I try to save, and I want to try to fix it. In the save function, there is an assignment of a pointer to tmp, which is then written out. Move these two lines ahead of the first write. In the restore function, move the reading and assignment of tmp ahead of the first read. Jeff Sparkes {ihnp4,akgua,seismo,utcsri}!garfield!jeff1