pass current tray into util_userPickTile

This commit is contained in:
ehouse 2003-11-30 18:54:08 +00:00
parent ba39feaeca
commit ac3f51837f

View file

@ -64,9 +64,11 @@ typedef enum {
} PICK_WHY; } PICK_WHY;
typedef struct PickInfo { typedef struct PickInfo {
PICK_WHY why; XP_UCHAR4* curTiles;
XP_U16 nCurTiles;
XP_U16 nTotal; XP_U16 nTotal;
XP_U16 thisPick; /* <= nTotal */ XP_U16 thisPick; /* <= nTotal */
PICK_WHY why;
} PickInfo; } PickInfo;
typedef struct BadWordInfo { typedef struct BadWordInfo {