Fergus,
Is it not that in the fairy chess include file the functions :
def White_Pawn-Range array where #0 0 2 where #0 0 1 where #0 -1 1 where #0 1 1;
def Black_Pawn-Range array where #0 0 -2 where #0 0 -1 where #0 -1 -1 where #0 1 -1;
for generality they should be:
def White_Pawn-Range array where #0 0 var fps where #0 0 1 where #0 -1 1 where #0 1 1;
def Black_Pawn-Range array where #0 0 - var fps where #0 0 -1 where #0 -1 -1 where #0 1 -1;
Fergus, Is it not that in the fairy chess include file the functions :
def White_Pawn-Range array where #0 0 2 where #0 0 1 where #0 -1 1 where #0 1 1; def Black_Pawn-Range array where #0 0 -2 where #0 0 -1 where #0 -1 -1 where #0 1 -1;
for generality they should be:
def White_Pawn-Range array where #0 0 var fps where #0 0 1 where #0 -1 1 where #0 1 1; def Black_Pawn-Range array where #0 0 - var fps where #0 0 -1 where #0 -1 -1 where #0 1 -1;
?