Nicolas Winkler 7 years ago
parent
commit
ddb37e65bc
1 changed files with 1 additions and 0 deletions
  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
     {