mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Stockfish 2.3.1
Stockfish bench signature is: 5423738
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user