mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add comment
This commit is contained in:
parent
f7b0ba508f
commit
af1ae65e89
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ typedef enum {
|
|||
typedef struct PickInfo {
|
||||
XP_UCHAR4* curTiles;
|
||||
XP_U16 nCurTiles;
|
||||
XP_U16 nTotal;
|
||||
XP_U16 nTotal; /* count to fetch for turn, <= MAX_TRAY_TILES */
|
||||
XP_U16 thisPick; /* <= nTotal */
|
||||
PICK_WHY why;
|
||||
} PickInfo;
|
||||
|
|
Loading…
Reference in a new issue