Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mcvax!aeb From: aeb@mcvax.UUCP (Andries Brouwer) Newsgroups: net.sources.bugs,net.games.hack Subject: Bug in Hack 1.0.2 Message-ID: <656@mcvax.UUCP> Date: Sun, 5-May-85 23:08:43 EDT Article-I.D.: mcvax.656 Posted: Sun May 5 23:08:43 1985 Date-Received: Tue, 7-May-85 21:15:26 EDT Reply-To: aeb@mcvax.UUCP (Andries Brouwer) Organization: CWI, Amsterdam Lines: 7 Xref: linus net.sources.bugs:281 net.games.hack:520 As ut-sally!fletcher pointed out to me, it is possible to increase u.uluck indefinitely, and thus spoil the game. The fix follows. hack.main.c 289c289 < u.uluck++; --- > if(!u.uluck) u.uluck++;