From 348ae6194d54d2a001e3971d2f73109ab11477ba Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 14 Dec 2003 16:21:01 +0000 Subject: [PATCH] boolean for nodeSize should make for faster tests --- xwords4/common/dictnry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/dictnry.h b/xwords4/common/dictnry.h index 6857898e3..42b31519b 100644 --- a/xwords4/common/dictnry.h +++ b/xwords4/common/dictnry.h @@ -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 */