summaryrefslogtreecommitdiff
path: root/ai_mm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ai_mm.cpp')
-rw-r--r--ai_mm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ai_mm.cpp b/ai_mm.cpp
index 4400a84..10d2fae 100644
--- a/ai_mm.cpp
+++ b/ai_mm.cpp
@@ -94,6 +94,7 @@ Move AI::MM::findMove(const Board &bd, int player) {
bestScore = score;
bestMove = mv;
}
+ return false;
});
cerr << ']' << endl;