mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Fix compile errors in debug mode
Fall out of move_promotion() rename No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -2278,7 +2278,7 @@ namespace {
|
||||
|
||||
assert(move_is_ok(m));
|
||||
assert(threat == MOVE_NONE || move_is_ok(threat));
|
||||
assert(!move_promotion(m));
|
||||
assert(!move_is_promotion(m));
|
||||
assert(!pos.move_is_check(m));
|
||||
assert(!pos.move_is_capture(m));
|
||||
assert(!pos.move_is_passed_pawn_push(m));
|
||||
|
||||
Reference in New Issue
Block a user