handle :: in .actor "text" field

This commit is contained in:
Glenn Maynard
2003-11-05 02:22:13 +00:00
parent 73c07dcb58
commit d5768fd18a
+2
View File
@@ -60,6 +60,8 @@ static Actor* LoadActor( CString sPath )
* theme font dirs, too. */
CString alttext;
ini.GetValue ( "Actor", "AltText", alttext );
text.Replace( "::", "\n" );
alttext.Replace( "::", "\n" );
BitmapText* pBitmapText = new BitmapText;
pActor = pBitmapText;