Restore development version

No functional change.
This commit is contained in:
Marco Costalba
2012-09-15 09:34:31 +02:00
parent 0a18adb02a
commit e0035e9ca9
4 changed files with 5 additions and 4 deletions

View File

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