mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Removed an extra space
No functional change.
This commit is contained in:
parent
2b57b61cb1
commit
b4f6728e61
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace {
|
|||
// game, indexed by piece type and number of attacked squares in the MobilityArea.
|
||||
const Score MobilityBonus[][32] = {
|
||||
{}, {},
|
||||
{ S(-75,-76), S(-56,-54), S(- 9,-26), S( -2,-10), S( 6, 5), S( 15, 11), // Knights
|
||||
{ S(-75,-76), S(-56,-54), S( -9,-26), S( -2,-10), S( 6, 5), S( 15, 11), // Knights
|
||||
S( 22, 26), S( 30, 28), S( 36, 29) },
|
||||
{ S(-48,-58), S(-21,-19), S( 16, -2), S( 26, 12), S( 37, 22), S( 51, 42), // Bishops
|
||||
S( 54, 54), S( 63, 58), S( 65, 63), S( 71, 70), S( 79, 74), S( 81, 86),
|
||||
|
|
Loading…
Add table
Reference in a new issue