From ed5cf8171224382572dd3799d520c2dc1fc9dfc1 Mon Sep 17 00:00:00 2001 From: CalciteM Date: Sun, 30 Jun 2019 14:41:09 +0800 Subject: [PATCH] =?UTF-8?q?DEBUG=E5=AE=8F=E4=B8=8D=E5=BC=80=E6=97=B6?= =?UTF-8?q?=E4=B9=9F=E6=89=93=E5=BC=80=20GAME=5FPLACING=5FDYNAMIC=5FDEPTH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NineChess/src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NineChess/src/config.h b/NineChess/src/config.h index d6b64d0e..a3426a95 100644 --- a/NineChess/src/config.h +++ b/NineChess/src/config.h @@ -10,7 +10,6 @@ #ifndef DEBUG #define AB_RANDOM_SORT_CHILDREN -#define GAME_PLACING_DYNAMIC_DEPTH #endif #ifdef DEBUG @@ -23,6 +22,8 @@ #define GAME_MOVING_FIXED_DEPTH 10 #endif +#define GAME_PLACING_DYNAMIC_DEPTH + #ifdef DEBUG #define DRAW_SEAT_NUMBER #endif