summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/storage/zhuyin_custom2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/zhuyin_custom2.h b/src/storage/zhuyin_custom2.h
index 2d49bfe..e505c8d 100644
--- a/src/storage/zhuyin_custom2.h
+++ b/src/storage/zhuyin_custom2.h
@@ -39,7 +39,8 @@ enum ZhuyinTableFlag{
HSU_CORRECT = 1U << 7,
ETEN26_CORRECT = 1U << 8,
DYNAMIC_ADJUST = 1U << 9,
- ZHUYIN_CORRECT_ALL = HSU_CORRECT|ETEN26_CORRECT
+ SHUFFLE_CORRECT = 1U << 10,
+ ZHUYIN_CORRECT_ALL = HSU_CORRECT|ETEN26_CORRECT|SHUFFLE_CORRECT
};
/**