Bug in Hack 1.0.2

Andries Brouwer aeb at mcvax.UUCP
Mon May 6 13:08:43 AEST 1985


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++;



More information about the Comp.sources.bugs mailing list