mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 05:07:14 +00:00
Big Position renaming
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -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