From 06bb24fde8962b625d4a97539df1212ffec3a7ab Mon Sep 17 00:00:00 2001 From: Joker2770 <1214220480@qq.com> Date: Sat, 30 Dec 2023 10:18:27 +0800 Subject: [PATCH] doc: change comment of rules. :bookmark: --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index f6a7b0a..0a5b2f6 100644 --- a/src/common.h +++ b/src/common.h @@ -63,7 +63,7 @@ SOFTWARE. #define NUM_TRAIN_THREADS 10 -// 1 - free-style, 2 - continuous, 4 - renju, 8 - caro +// 0 - free-style, 1 - standard, 2 - continuous, 4 - renju, 8 - caro #define DEFAULT_RULE 0 #endif