summaryrefslogtreecommitdiff
path: root/src/engine/bitboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/bitboard.c')
-rw-r--r--src/engine/bitboard.c2
1 files changed, 2 insertions, 0 deletions
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
};
}