[dasher: 16/38] Mandarin: disable Game Mode



commit 8190be2565ee9a493580d617b828fe3e5690eabe
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Sun Dec 18 16:50:01 2011 +0000

    Mandarin: disable Game Mode

 Src/DasherCore/MandarinAlphMgr.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Src/DasherCore/MandarinAlphMgr.h b/Src/DasherCore/MandarinAlphMgr.h
index 89fc7e4..e6a24ee 100644
--- a/Src/DasherCore/MandarinAlphMgr.h
+++ b/Src/DasherCore/MandarinAlphMgr.h
@@ -98,6 +98,9 @@ namespace Dasher {
     // ChineseAlphabet's (hashed) symbols stored in m_map.
     CAlphNode *CreateSymbolRoot(int iOffset, symbol sym);
     
+    ///Disable game mode. The target sentence might appear in several places...!!
+    CWordGeneratorBase *GetGameWords() {return NULL;}
+
   protected:
     ///Initializes all our data:
     /// *Chinese alphabet symbols are rehashed into m_vCHtext, m_vCHdisplayText, and m_vCHcolours;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]