1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Bart Martens <bartm@debian.org>
Date: Thu, 26 Dec 2013 11:01:00 +0000
Subject: human-ai
===================================================================
---
src/moves.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/moves.c b/src/moves.c
index e2b8e4e..90f5ac4 100644
--- a/src/moves.c
+++ b/src/moves.c
@@ -1743,7 +1743,7 @@ void init_engine()
options.engine.maxwidth=3000;
options.engine.timeout=1;
options.white_player=HUMAN;
- options.black_player=HUMAN;
+ options.black_player=AI;
options.print_statistics=FALSE;
home_env = getenv("HOME");
|