mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00: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:
+1
-1
@@ -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