mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +00:00
Remove unused constant
Fixes warning on ICC Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
0ac44b40c9
commit
918533dc06
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ namespace {
|
|||
|
||||
// Bonuses for enemy's safe checks
|
||||
const int QueenContactCheckBonus = 3;
|
||||
const int DiscoveredCheckBonus = 3;
|
||||
const int QueenCheckBonus = 2;
|
||||
const int RookCheckBonus = 1;
|
||||
const int BishopCheckBonus = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue