home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
OS2
/
SPEL
/
UCHESS
/
UCHESSRC
/
DEBUG8.H
< prev
next >
Wrap
Text File
|
1992-12-07
|
357b
|
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