From 1043870b3efb37179c71e0b21c7faf9179e641c1 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 31 May 2026 15:05:42 +0530 Subject: communicating fens from frontends & fixing load_fen --- src/engine/bitboard.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/bitboard.c') diff --git a/src/engine/bitboard.c b/src/engine/bitboard.c index 6e4f1b6..80cdb78 100644 --- a/src/engine/bitboard.c +++ b/src/engine/bitboard.c @@ -24,6 +24,8 @@ position_t position_starting() { BLACK_SHORT_CASTLE | BLACK_LONG_CASTLE, .turn = WHITE_TURN, .passantable_file = 0, + .halfmove_clock = 0, + .fullmove_clock = 1 }; } -- cgit v1.2.3