openbsd-ports/games/gnushogi/patches/patch-gnushogi_genmove_c
2010-05-23 00:57:22 +00:00

13 lines
448 B
Plaintext

$OpenBSD: patch-gnushogi_genmove_c,v 1.1 2010/05/23 00:57:22 espie Exp $
--- gnushogi/genmove.c.orig Sun May 23 02:55:13 2010
+++ gnushogi/genmove.c Sun May 23 02:55:31 2010
@@ -40,7 +40,7 @@ static short sqking, sqxking;
static short InCheck = false, GenerateAllMoves = false;
static short check_determined = false;
-static short INCscore = 0;
+short INCscore = 0;
short deepsearchcut = true;
short tas = false, taxs = false, ssa = false;