Remove erroneous comment about PRNG usage.

This commit is contained in:
Jason S. Ninneman 2017-05-30 17:19:01 -07:00
parent 6a6670e3ca
commit c9ba5831c9

3
main.c
View file

@ -403,8 +403,7 @@ L2600: if(COND[LOC] < CONDS) goto L2603;
L2602: /*etc*/ ; L2602: /*etc*/ ;
} /* end loop */ } /* 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 * 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 * been picked up and put down separate from their respective piles. Don't
* tick CLOCK1 unless well into cave (and not at Y2). */ * tick CLOCK1 unless well into cave (and not at Y2). */