aboutsummaryrefslogtreecommitdiff
path: root/src/moves.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/moves.cpp')
-rw-r--r--src/moves.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moves.cpp b/src/moves.cpp
index 6321c77..c1c6a0a 100644
--- a/src/moves.cpp
+++ b/src/moves.cpp
@@ -336,7 +336,7 @@ GameState GetNewGameState(Game *g) {
if (g->state == DRAW || g->state == WHITE_WON || g->state == BLACK_WON) {
return g->state;
}
- if (g->halfMoveClock >= 50) {
+ if (g->halfMoveClock >= 100) {
g->state = DRAW;
}