--- 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 */