Nicolas Winkler 7 лет назад
Родитель
Сommit
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
     {