Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 1d34071

Browse files
committed
Merge pull request #3 from nescitus/master
missing comma in queen mobility table
2 parents 44776f2 + 9b86d0e commit 1d34071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ static const int MobRook[StageNb][16] = { // only 14 are needed
168168
};
169169

170170
static const int MobQueen[StageNb][32] = { // only 27 are needed
171-
{ -6, -5, -4, -3, -2, -1, +0, +1, +2, +3, +4, +4, +5, +5, +6, +6
171+
{ -6, -5, -4, -3, -2, -1, +0, +1, +2, +3, +4, +4, +5, +5, +6, +6,
172172
+7, +7, +7, +7, +7, +7, +7, +7, +7, +7, +7, +7, +7, +7, +7, +7 },
173173

174174
{-12, -10, -8 -6, -4, -2, +0, +2, +4, +6, +7, +8, +9,+10,+11,+11,

0 commit comments

Comments
 (0)