diff options
Diffstat (limited to 'ai_mm.cpp')
-rw-r--r-- | ai_mm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ Move AI::MM::findMove(const Board &bd, int player) { bestScore = score; bestMove = mv; } + return false; }); cerr << ']' << endl; |