src/chess/pgn.c

changeset 186
8230904458a7
parent 182
04c65336777f
--- a/src/chess/pgn.c	Mon Aug 24 13:20:19 2026 +0200
+++ b/src/chess/pgn.c	Mon Aug 24 13:42:35 2026 +0200
@@ -155,6 +155,7 @@
         if (move_validate_result != VALID_MOVE_SEMANTICS) {
             return(pgn_error_move_semantics);
         }
+        format_move(gamestate, &move);
         apply_move(gamestate, &move);
         
         /* skip spaces */

mercurial