diff -r 04da225a5677 -r 338795f5837b src/chess/fen.c --- 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; }