Stockfish 2.3.1

Stockfish bench signature is: 5423738
This commit is contained in:
Marco Costalba
2012-09-22 00:18:00 +02:00
parent fdbe8006e0
commit 3caeabf73b
4 changed files with 4 additions and 5 deletions

View File

@@ -26,7 +26,6 @@
#include "position.h"
#include "search.h"
#include "thread.h"
#include "tt.h"
#include "ucioption.h"
using namespace std;
@@ -94,7 +93,7 @@ void UCI::loop(const string& args) {
go(pos, is);
else if (token == "ucinewgame")
TT.clear();
{ /* Avoid returning "Unknown command" */ }
else if (token == "isready")
sync_cout << "readyok" << sync_endl;