mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
Fix UCI promotion move notation
Regression introduced by revision
f0db6a6c0b
Spotted by Joona.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
5c6ba81cf2
commit
1f7b5d9a79
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
static const char* PieceToChar = " PNBRQK pnbrqk";
|
static const char* PieceToChar = " PNBRQK pnbrqk";
|
||||||
|
|
||||||
|
|
||||||
/// score_to_uci() converts a value to a string suitable for use with the UCI
|
/// score_to_uci() converts a value to a string suitable for use with the UCI
|
||||||
|
|
Loading…
Add table
Reference in a new issue