[gnome-chess] fixup: Glaurung's min search depth is 2



commit 7bf1ec2156cdc15cea778ed03311b153e916d535
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Fri Aug 2 22:34:51 2013 -0500

    fixup: Glaurung's min search depth is 2
    
    This isn't really a fix, as every engine that limits depth to 2
    (including Glaurung) will just search to 2 if told to use depth 1.  But
    it's nice to keep the config file consistent with reality.

 data/engines.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/engines.conf b/data/engines.conf
index 8ca27ba..79fe798 100644
--- a/data/engines.conf
+++ b/data/engines.conf
@@ -78,7 +78,7 @@ option-hard-0=hard
 [Glaurung]
 protocol=uci
 binary=glaurung
-uci-go-option-easy-0=depth 1
+uci-go-option-easy-0=depth 2
 uci-go-option-normal-0=depth 3
 
 [Diablo]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]