summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 951b9b3..c179aa9 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,8 +1,8 @@
#define BOARD_SIZE 8
#define DEFAULT_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
-#define MAX_DEPTH 4
+#define MAX_DEPTH 5
#define MAX_AVAILABLE_MOVES 64 * 64
#define INFINITY 1000000
-#define PLAYER WHITE
#define MAX_ZOBRIST_SEEDS 1500
#define TRANSPOSITION_TABLE_SIZE 1000000
+#define PLAYER WHITE