X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=hachu.c;h=52355e8383a3fe8558198d292b1cbf88721c0015;hb=35e41b901bd04435f408b9ecce48c03b989329e8;hp=24016445f901c86eb240c7519167bc743c09ed03;hpb=ea4f11bd2c4549c66066611a9f04e5303684dce4;p=hachu.git diff --git a/hachu.c b/hachu.c index 2401644..52355e8 100644 --- a/hachu.c +++ b/hachu.c @@ -153,7 +153,7 @@ typedef struct { } PieceDesc; typedef struct { - int from, to, piece, victim, new, booty, epSquare, epVictim[8], ep2Square, revMoveCount; + int from, to, piece, victim, new, booty, epSquare, epVictim[9], ep2Square, revMoveCount; int savKeyL, savKeyH, gain, loss, filling, saveDelta; char fireMask; } UndoInfo;