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:
@@ -27,7 +27,7 @@ typedef struct FontPage
|
||||
{
|
||||
struct FontPage *next;
|
||||
UniChar pageStart;
|
||||
#define CHARACTER_PAGE_MASK 0xff800
|
||||
#define CHARACTER_PAGE_MASK 0xffffff800
|
||||
UniChar firstChar;
|
||||
size_t numChars;
|
||||
TFB_Char *charDesc;
|
||||
|
||||
Reference in New Issue
Block a user