From 353cbde75a19b004ab0c5339684f33ea47ef1244 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 7 Oct 2023 17:17:30 +0000 Subject: use a better random source. fix a bug with andys generating oob cell coordinates. --- btsd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'btsd.c') diff --git a/btsd.c b/btsd.c index b7f6016..501e624 100644 --- a/btsd.c +++ b/btsd.c @@ -388,7 +388,6 @@ aiproc(void *arg) if(ct == nil) goto Nocmd; -// sleep(ntruerand(5000)); switch(ct->index){ case ACMlayout: ai->layout(ai, newmsg(ai->ego, nil)); break; case ACMplay: ai->shoot(ai, newmsg(ai->ego, nil)); break; -- cgit v1.2.3