From 955cc32b19d7c70647637b970408fe713a83476c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 12 Aug 2012 12:37:24 +0200 Subject: [PATCH] fbook_init(): Remove bogus comment --- fbook.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fbook.c b/fbook.c index 5627854..4041ff4 100644 --- a/fbook.c +++ b/fbook.c @@ -100,10 +100,7 @@ fbook_init(char *filename, struct board *b) /* Format of line is: * BSIZE COORD COORD COORD... | COORD - * BSIZE/HANDI COORD COORD COORD... | COORD - * We descend up to |, then add the new node - * with value minimax(1000), forcing UCT to - * always pick that node immediately. */ + * BSIZE/HANDI COORD COORD COORD... | COORD */ int bsize = strtol(line, &line, 10); if (bsize != fbook->bsize - 2) continue; -- 2.11.4.GIT