mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
pass current tray into util_userPickTile
This commit is contained in:
parent
ba39feaeca
commit
ac3f51837f
1 changed files with 3 additions and 1 deletions
|
@ -64,9 +64,11 @@ typedef enum {
|
|||
} PICK_WHY;
|
||||
|
||||
typedef struct PickInfo {
|
||||
PICK_WHY why;
|
||||
XP_UCHAR4* curTiles;
|
||||
XP_U16 nCurTiles;
|
||||
XP_U16 nTotal;
|
||||
XP_U16 thisPick; /* <= nTotal */
|
||||
PICK_WHY why;
|
||||
} PickInfo;
|
||||
|
||||
typedef struct BadWordInfo {
|
||||
|
|
Loading…
Reference in a new issue