mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Better naming borrowed from Critter
In line with http://chessprogramming.wikispaces.com conventions. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ void uci_loop() {
|
||||
pos.print();
|
||||
|
||||
else if (token == "flip")
|
||||
pos.flip();
|
||||
pos.flip_me();
|
||||
|
||||
else if (token == "eval")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user