aboutsummaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 6737777..e9073d4 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -19,7 +19,7 @@ uint64_t MoveGenTest(uint32_t depth, Game *g) {
uint64_t positionCount = 0;
- std::vector<uint16_t> moves = GetLegalMoves(g);
+ std::vector<uint16_t> moves = GetLegalMoves(g, ALL);
// for each possible move create new branch
for (uint16_t move : moves) {