From 647317817c7c6f225ee56ceee6e71aa9131b3b1d Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 29 May 2017 16:38:01 +0200 Subject: [PATCH] Clear complete repetition hash The loop to clear the game history was still using the array bounds from before the array was enlarged. --- dropper.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dropper.c b/dropper.c index 8a29026..50079b2 100644 --- a/dropper.c +++ b/dropper.c @@ -441,7 +441,7 @@ ClearBoard () for(i=-2*22-2; i<13*22-2; i++) board[i] = -1; // boundary guards (or holdings counters) for(r=0; r