X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=d4549bfb756aefeba157310b2f42e2ed06f2dd08;hb=e54045072f6e157b46a33104b8094cf9857f875d;hp=1c25faa84bb50908572645cdfa93715473ac6288;hpb=32d6537664a734207772608507882f5a682a2c0a;p=xboard.git diff --git a/backend.c b/backend.c index 1c25faa..d4549bf 100644 --- a/backend.c +++ b/backend.c @@ -4523,7 +4523,7 @@ SendMoveToProgram(moveNum, cps) /* Send 'go' if we are in a mode where machine should play. */ if( (moveNum == 0 && setboardSpoiledMachineBlack && cps == &first) && (gameMode == TwoMachinesPlay || -#ifdef ZIPPY +#if ZIPPY gameMode == IcsPlayingBlack || gameMode == IcsPlayingWhite || #endif gameMode == MachinePlaysBlack || gameMode == MachinePlaysWhite) ) { @@ -9320,7 +9320,6 @@ GameEnds(result, resultDetails, whosays) endingGame = 0; /* [HGM] crash */ return; } else { - char buf[MSG_SIZ]; gameMode = nextGameMode; sprintf(buf, _("Match %s vs. %s: final score %d-%d-%d"), first.tidy, second.tidy,