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 -2
View File
@@ -18,7 +18,7 @@
#include "GameConstantsAndTypes.h"
#include "PrefsManager.h"
#include "ThemeManager.h"
#include "FontManager.h"
#include "FontCharAliases.h"
const float QUESTION_X = CENTER_X;
const float QUESTION_Y = CENTER_Y - 60;
@@ -199,7 +199,7 @@ void ScreenTextEntry::MenuStart( PlayerNumber pn )
if( m_pOnOK )
{
CString ret = LStringToCString(m_sAnswer);
FontManager::ReplaceMarkers(ret);
FontCharAliases::ReplaceMarkers(ret);
m_pOnOK( ret );
}
}