handle :: in .actor "text" field
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user