Increase mate score
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 6 Feb 2017 16:50:51 +0000 (17:50 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 6 Feb 2017 16:50:51 +0000 (17:50 +0100)
Scores can now run to +/- 15000 centi-Pawn; 8000 was dangerously close
to what eval scores could be.

dropper.c

index 5f5e3ea..eb395b9 100644 (file)
--- a/dropper.c
+++ b/dropper.c
@@ -15,7 +15,7 @@
 #define OFF 0
 #define INVALID 0
 
-#define INF     8000
+#define INF    15000
 #define MAXPLY   100
 #define MAXMOVES 500