X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.c;h=68bf1078c3df6225e452459df8e692ad47f051c2;hb=7693c7936daeb938298191577545323f382ef3a4;hp=d0cc65c32d61e21ef445836241a80d6db22ebba7;hpb=ff23924264802924788f2a15c73a8d058e90432e;p=xboard.git diff --git a/moves.c b/moves.c index d0cc65c..68bf107 100644 --- a/moves.c +++ b/moves.c @@ -121,6 +121,7 @@ unsigned char pieceToChar[EmptySquare+1] = { 'o', 'h', 'i', 'j', 'g', 'd', 'v', 'l', 's', 'u', 'k', 'x' }; unsigned char pieceNickName[EmptySquare]; +int promoPartner[EmptySquare]; char PieceToChar (ChessSquare p)