home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
amigalib
/
d977
/
uchess.lha
/
UChess
/
UChessSrc.lha
/
debug8.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-07
|
339 b
|
18 lines
#ifdef DEBUG4
if (debuglevel & 8)
{
int j;
for (j = 1; j < 2; j++)
{
int idb;
for (idb = TrPnt[j]; idb < TrPnt[j + 1]; idb++)
{
algbr (Tree[idb].f, Tree[idb].t, Tree[idb].flags);
printf ("level 8 %d-->%d %s %d %d\n", j, idb, mvstr[0], Tree[idb].score, Tree[idb].width);
}
}
}
#endif