src/chess/fen.c

changeset 221
338795f5837b
parent 220
04da225a5677
equal deleted inserted replaced
220:04da225a5677 221:338795f5837b
263 } else { 263 } else {
264 return 1; 264 return 1;
265 } 265 }
266 /* the threat is applied to the pawn, not the field it passed */ 266 /* the threat is applied to the pawn, not the field it passed */
267 enpassant_threat_add(gamestate, f, r); 267 enpassant_threat_add(gamestate, f, r);
268 str += 2;
268 } else { 269 } else {
269 return 1; 270 return 1;
270 } 271 }
271 } 272 }
272 if (*str != ' ') return 1; 273 if (*str != ' ') return 1;

mercurial