X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=57197e9c45c7f4ccb92b60b09f5c1a2e060f9916;hb=77d2a1e5dd5d5ff3353a54ad0741427f7f2b8c28;hp=ea620fce3fa26c232a65cc956daad25862d29511;hpb=6a6670e3ca6432e28509ed96f51b0c63d95e8356;p=open-adventure.git 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). */