first blastText version. this is work in progress (note that e.g. text is not clipped, and the extra information is not removed)

svn-id: r6472
This commit is contained in:
Max Horn 2003-01-16 00:40:19 +00:00
parent ec006a4357
commit 8ad002b3a3
6 changed files with 128 additions and 77 deletions

View file

@ -2294,8 +2294,8 @@ void Scumm_v6::o6_printActor()
void Scumm_v6::o6_printEgo()
{
push(_vars[VAR_EGO]);
decodeParseString(0, 1);
_actorToPrintStrFor = _vars[VAR_EGO];
decodeParseString(0, 0);
}
void Scumm_v6::o6_talkActor()