Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!batcomputer!saponara From: saponara@batcomputer.tn.cornell.edu (John Saponara) Newsgroups: rec.games.empire,comp.sources.bugs Subject: Re: Conquest bugs Message-ID: <2886@batcomputer.tn.cornell.edu> Date: Tue, 10-Nov-87 12:11:22 EST Article-I.D.: batcompu.2886 Posted: Tue Nov 10 12:11:22 1987 Date-Received: Thu, 12-Nov-87 21:26:03 EST References: <404@amethyst.ma.arizona.edu> <7571@dartvax.UUCP> Reply-To: saponara@tcgould.tn.cornell.edu (John Saponara) Organization: Cornell Theory Center, Cornell University, Ithaca NY Lines: 22 Summary: Bug for the day Xref: mnetor rec.games.empire:307 comp.sources.bugs:435 BUG REPORT FOR CONQUEST: Nov 10, 1987 On lines 151-156 in combat.c it reads: } ! unit[count]=armynum ; owner[count]=country; count++; } if(valid==1) navalcbt(); This should change to: } ! unit[count]=nvynum ; owner[count]=country; count++; } if(valid==1) navalcbt(); This doesn't have Ed Barlow's stamp of approval, but it's a pretty obvious fix if you look at the nearby code. Eric Haines