UniChar is 32 bits now.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3473 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-12-25 20:52:29 +00:00
parent b610c97a33
commit 6d1ee6724f
+1 -1
View File
@@ -27,7 +27,7 @@ typedef struct FontPage
{ {
struct FontPage *next; struct FontPage *next;
UniChar pageStart; UniChar pageStart;
#define CHARACTER_PAGE_MASK 0xff800 #define CHARACTER_PAGE_MASK 0xffffff800
UniChar firstChar; UniChar firstChar;
size_t numChars; size_t numChars;
TFB_Char *charDesc; TFB_Char *charDesc;