diff --git a/common/util.h b/common/util.h index bae6ad62e..a83efab0b 100644 --- a/common/util.h +++ b/common/util.h @@ -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;