X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovegen.cpp;h=3622f18e84217b14b56a506bf4bdf2d91fc0754e;hp=274412f408199e84b6512728b68ce9eb712aec3d;hb=2dd24dc4e618dc7b83799890fe7e84b09b6456b4;hpb=ca3835857435590865fd41aac9bf4c1cda76dfc3 diff --git a/src/movegen.cpp b/src/movegen.cpp index 274412f4..3622f18e 100644 --- a/src/movegen.cpp +++ b/src/movegen.cpp @@ -2,6 +2,7 @@ Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2015-2016 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -238,7 +239,7 @@ namespace { && !(PseudoAttacks[Pt][from] & target & ci->checkSquares[Pt])) continue; - if (ci->dcCandidates && (ci->dcCandidates & from)) + if (ci->dcCandidates & from) continue; }