src/chess/fen.c

changeset 221
338795f5837b
parent 220
04da225a5677
--- a/src/chess/fen.c	Sat Sep 05 13:03:09 2026 +0200
+++ b/src/chess/fen.c	Mon Sep 07 16:50:49 2026 +0200
@@ -265,6 +265,7 @@
             }
             /* the threat is applied to the pawn, not the field it passed */
             enpassant_threat_add(gamestate, f, r);
+            str += 2;
         } else {
             return 1;
         }

mercurial