Add additional debug prints.

This commit is contained in:
yukirij 2024-10-18 01:03:56 -07:00
parent 9daed4500b
commit 08562d9a3e

View File

@ -591,7 +591,7 @@ impl Game {
/* /*
** Filter valid tiles from allowed. ** Filter valid tiles from allowed.
*/ */
println!("C2"); println!("C2 {} {} {}", piece.class, piece.promoted, piece_moves.alt.is_some());
if let Some(alt_mode) = piece_moves.alt { if let Some(alt_mode) = piece_moves.alt {
println!("C3 {}", alt_mode); println!("C3 {}", alt_mode);
match alt_mode { match alt_mode {