X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fpat2inc.c;h=00d505e2b23e15b9ac0bb441652296bbe20ec87f;hb=fd2d3b3b66801eba904e700842604033c9af8c23;hp=956f5c2e39e9e63296cff6e4ff9ae6513227e45d;hpb=7c5f6ecf842604527da7c24a7ed873ef04bd616a;p=gnushogi.git diff --git a/gnushogi/pat2inc.c b/gnushogi/pat2inc.c index 956f5c2..00d505e 100644 --- a/gnushogi/pat2inc.c +++ b/gnushogi/pat2inc.c @@ -43,12 +43,11 @@ extern void WriteOpeningSequences(short pindex); small_short PieceCnt[2]; small_short PieceList[2][NO_SQUARES]; small_short PieceIndex[NO_SQUARES]; +*/ small_short board[NO_SQUARES]; small_short color[NO_SQUARES]; -*/ - void test_distance(void) { @@ -95,8 +94,6 @@ main(int argc, char **argv) char s[80]; #endif - display_type = DISPLAY_RAW; - Initialize_data(); for (sq = 0; sq < NO_SQUARES; sq++)