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:
parent
ec006a4357
commit
8ad002b3a3
6 changed files with 128 additions and 77 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue