diff options
-rw-r--r-- | FICS/movecheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c index 8b2f773..ed2d8dd 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -947,7 +947,7 @@ execute_move(game_state_t *gs, move_t *mt, int check_game_status) if (mt->fromFile == ALG_DROP) { movedPiece = mt->fromRank; - tookPiece = NOPIECE; +// tookPiece = NOPIECE; gs->holding[gs->onMove == WHITE ? 0 : 1][movedPiece-1]--; gs->board[mt->toFile][mt->toRank] = (movedPiece | gs->onMove); |