mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
boolean for nodeSize should make for faster tests
This commit is contained in:
parent
68a575d9e7
commit
a19a3a57cb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ struct DictionaryCtxt {
|
||||||
XP_U8 nFaces;
|
XP_U8 nFaces;
|
||||||
#ifdef NODE_CAN_4
|
#ifdef NODE_CAN_4
|
||||||
XP_U8 nodeSize;
|
XP_U8 nodeSize;
|
||||||
XP_U8 charSize;
|
XP_Bool is_4_byte;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XP_S8 blankTile; /* negative means there's no known blank */
|
XP_S8 blankTile; /* negative means there's no known blank */
|
||||||
|
|
Loading…
Add table
Reference in a new issue