mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Rename dbg_hit_on_c() to dbg_hit_on()
Use an overload instead of a new named function. I have found this handier and easier when adding some quick debug code. No functional change.
This commit is contained in:
@@ -559,7 +559,7 @@ namespace {
|
||||
& pos.pieces(Them)
|
||||
& ~ei.attackedBy[Us][PAWN];
|
||||
|
||||
if(b)
|
||||
if (b)
|
||||
score += popcount<Max15>(b) * PawnAttackThreat;
|
||||
|
||||
if (Trace)
|
||||
|
||||
Reference in New Issue
Block a user