mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Move draw by material check
It is more natural to test this case among others material distributions. No functional change.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ enum EndgameType {
|
||||
KQKP, // KQ vs KP
|
||||
KQKR, // KQ vs KR
|
||||
KBBKN, // KBB vs KN
|
||||
KmmKm, // K and two minors vs K and one or two minors
|
||||
KmmKm, // K and one or two minors vs K and zero or one minor
|
||||
|
||||
|
||||
// Scaling functions
|
||||
|
||||
Reference in New Issue
Block a user