only use longchar within fonts

This commit is contained in:
Glenn Maynard
2003-01-28 00:45:01 +00:00
parent 4003ac7ed9
commit ff830fad55
12 changed files with 62 additions and 60 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ protected:
TransitionFade m_Fade;
BitmapText m_textQuestion;
Quad m_rectAnswerBox;
lstring m_sAnswer;
wstring m_sAnswer;
BitmapText m_textAnswer;
ScreenMessage m_SMSendWhenDone;
void(*m_pOnOK)( CString sAnswer );