mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Big Position renaming
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ void uci_loop(const string& args) {
|
||||
pos.print();
|
||||
|
||||
else if (token == "flip")
|
||||
pos.flip_me();
|
||||
pos.flip();
|
||||
|
||||
else if (token == "eval")
|
||||
cout << Eval::trace(pos) << endl;
|
||||
|
||||
Reference in New Issue
Block a user