PROTOCOL.md

changeset 194
619f07c95894
parent 192
e57e2874fb2a
--- a/PROTOCOL.md	Tue Aug 25 18:35:18 2026 +0200
+++ b/PROTOCOL.md	Tue Aug 25 18:59:18 2026 +0200
@@ -36,9 +36,9 @@
   * a DWORD for additional elapsed move time in microseconds
   * a BYTE describing the moved piece (see below)
   * a BYTE index for the file the piece was moved from
-  * a BYTE index for the row the piece was moved from
+  * a BYTE index for the rank the piece was moved from
   * a BYTE index for the file the piece was moved to
-  * a BYTE index for the row the piece was moved to
+  * a BYTE index for the rank the piece was moved to
   * a BYTE set to 1 if this is a capturing move and to zero if it is not
   * a BYTE set to 1 if this move gives check, 2 if it gives checkmate, and
     zero otherwise

mercurial