summaryrefslogtreecommitdiff
path: root/src/search/king_moves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/king_moves.c')
-rw-r--r--src/search/king_moves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/king_moves.c b/src/search/king_moves.c
index b1fc55f..7655fbb 100644
--- a/src/search/king_moves.c
+++ b/src/search/king_moves.c
@@ -44,7 +44,7 @@ void get_king_moves(moves_t* moves, position_t position) {
bool test_empty_board() {
int i = 0;
- while (i++ < 10000000);
+ while (i++ < 1000000000);
return true;
}