add comment

This commit is contained in:
ehouse 2004-11-02 06:27:47 +00:00
parent f7b0ba508f
commit af1ae65e89

View file

@ -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;