X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=evalgraph.c;fp=evalgraph.c;h=501d2fb27aa5768d08b17380ec804327c4f01b0b;hb=389de88f62b272a898c63fc25b59b8fdfcd24ebe;hp=b5c18d0c096245c44769aaebb215b5382d433b80;hpb=8e916ba13ffb03fc1fcf7d335981a5349c9e0f37;p=xboard.git diff --git a/evalgraph.c b/evalgraph.c index b5c18d0..501d2fb 100644 --- a/evalgraph.c +++ b/evalgraph.c @@ -330,7 +330,7 @@ int GetMoveIndexFromPoint( int x, int y ) void PaintEvalGraph( void ) { VariantClass v = gameInfo.variant; - range = (gameInfo.holdingsWidth && v != VariantSuper && v != VariantGreat) ? 2 : 1; // [HGM] double range in drop games + range = (gameInfo.holdingsWidth && v != VariantSuper && v != VariantGreat && v != VariantSChess) ? 2 : 1; // [HGM] double range in drop games /* Draw */ DrawRectangle(0, 0, nWidthPB, nHeightPB, 2, FILLED); DrawAxis();