Suggested fix to turn on GLC_AUTO_FONTS by bcoconni (QuesoGLC author) for this issue: http://sourceforge.net/tracker/?func=detail&aid=2890444&group_id=53918&atid=472059

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8364 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-11-08 04:06:23 +00:00 committed by Git SVN Gateway
parent 0949e9ed28
commit a886be8d02
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ static void iV_initializeGLC(void)
glcContext(_glcContext);
glcDisable(GLC_AUTO_FONT);
glcEnable(GLC_AUTO_FONT); // We *do* want font fall-backs
glcRenderStyle(GLC_TEXTURE);
glcStringType(GLC_UTF8_QSO); // Set GLC's string type to UTF-8 FIXME should be UCS4 to avoid conversions