diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-24 00:46:22 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-24 00:46:22 +0100 |
commit | a90d519fee2e51c087fda2a0e10f66a28377b23d (patch) | |
tree | f32753c647d7908dc58c11269458fd77bfe33211 /FICS/board.h | |
parent | 5d95e1efa0d299df6441f914338df0525339b0fe (diff) |
Moved comment
Diffstat (limited to 'FICS/board.h')
-rw-r--r-- | FICS/board.h | 6 |
1 files changed, 4 insertions, 2 deletions
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; |