X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcommondsp.c;h=1c5138797ff39f1e83a16432431160ddcda6ff26;hb=0edbcf26d5dbe0e17ce09cfa473fb41f8ec255f3;hp=a6f567d1ea86fda729df94d7e770b221d06bddbb;hpb=1907f35d3370f971df16e40dec4135110386a84c;p=gnushogi.git diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c index a6f567d..1c51387 100644 --- a/gnushogi/commondsp.c +++ b/gnushogi/commondsp.c @@ -167,7 +167,7 @@ algbr(short f, short t, short flag) if ((f == t) && ((f != 0) || (t != 0))) { - if (!barebones) { + if (!XSHOGI) { dsp->Printf("error in algbr: FROM=TO=%d, flag=0x%4x\n", t, flag); } @@ -344,7 +344,7 @@ VerifyMove(char *s, VerifyMove_mode iop, unsigned short *mv) dsp->AlwaysShowMessage("Illegal move (no match) %s", s); - if (!barebones && (cnt > 1)) + if (!XSHOGI && (cnt > 1)) { sprintf(buffer, "Ambiguous Move %s!", s); dsp->ShowMessage(buffer);