Mini-rewrite of input mapping, theme support, and added KSF reader.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
Font::Font( const CString &sFontFilePath )
|
||||
{
|
||||
//LOG->WriteLine( "Font::LoadFromFontName(%s)", sFontFilePath );
|
||||
//LOG->Trace( "Font::LoadFromFontName(%s)", sFontFilePath );
|
||||
for( int i=0; i<MAX_FONT_CHARS; i++ )
|
||||
{
|
||||
m_iCharToFrameNo[i] = -1;
|
||||
|
||||
Reference in New Issue
Block a user