finish up ranges, other minor fixes

This commit is contained in:
Glenn Maynard
2003-01-16 20:21:07 +00:00
parent a222aa7e75
commit 3ec2605b60
6 changed files with 119 additions and 106 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
#include "ThemeManager.h"
#include "GameConstantsAndTypes.h"
#include "Font.h"
#include "FontCharAliases.h"
/* XXX:
* We need some kind of font modifier string for metrics. For example,
@@ -214,7 +215,7 @@ void BitmapText::SetText( CString sText, bool DoSubst )
ASSERT( m_pFont );
if(DoSubst)
FontManager::ReplaceMarkers(sText);
FontCharAliases::ReplaceMarkers(sText);
if(m_szText == sText)
return;