Nicolas Winkler пре 8 година
родитељ
комит
ddb37e65bc
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/MoveGeneration.h

+ 1 - 0
src/MoveGeneration.h

@@ -78,6 +78,7 @@ template<int side>
 class chessy::MoveGenerator
 {
     const ChessGame& chessGame;
+    PositionSet::PositionSetIterator pawnPushes;
 
     struct MoveIterator
     {