From a90d519fee2e51c087fda2a0e10f66a28377b23d Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 24 Dec 2023 00:46:22 +0100 Subject: Moved comment --- FICS/board.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'FICS') diff --git a/FICS/board.h b/FICS/board.h index 6741ee2..f170d39 100644 --- a/FICS/board.h +++ b/FICS/board.h @@ -90,10 +90,12 @@ typedef struct _game_state_t { int gameNum; } game_state_t; +/* + * If a drop move, then 'fromFile' is ALG_DROP and 'fromRank' is + * piece. + */ #define ALG_DROP -2 -/* bughouse: if a drop move, then fromFile is ALG_DROP and fromRank is piece */ - typedef struct _move_t { int color; int fromFile, fromRank; -- cgit v1.2.3