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