From: Jason S. Ninneman Date: Wed, 31 May 2017 00:19:01 +0000 (-0700) Subject: Remove erroneous comment about PRNG usage. X-Git-Tag: 0.90~49 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=c9ba5831c99ebc8c48c1078f3f4ba9588cef01f3 Remove erroneous comment about PRNG usage. --- diff --git a/main.c b/main.c index ea620fc..57197e9 100644 --- a/main.c +++ b/main.c @@ -403,8 +403,7 @@ L2600: if(COND[LOC] < CONDS) goto L2603; L2602: /*etc*/ ; } /* end loop */ -/* Kick the random number generator just to add variety to the chase. Also, - * if closing time, check for any objects being toted with PROP < 0 and set +/* If closing time, check for any objects being toted with PROP < 0 and set * the prop to -1-PROP. This way objects won't be described until they've * been picked up and put down separate from their respective piles. Don't * tick CLOCK1 unless well into cave (and not at Y2). */