Missed HE100

svn-id: r17176
This commit is contained in:
Travis Howell 2005-03-17 11:11:00 +00:00
parent f50af11b5d
commit 0bd4c7b8bc

View File

@ -2745,6 +2745,7 @@ void ScummEngine_v100he::o100_getSpriteInfo() {
}
void ScummEngine_v100he::decodeParseString(int m, int n) {
Actor *a;
int i, colors, size;
int args[31];
byte name[1024];
@ -2809,8 +2810,11 @@ void ScummEngine_v100he::decodeParseString(int m, int n) {
break;
case 91:
_string[m].loadDefault();
if (n)
if (n) {
_actorToPrintStrFor = pop();
a = derefActorSafe(_actorToPrintStrFor, "decodeParseString");
_string[0].color = a->_talkColor;
}
break;
case 92:
_string[m].saveDefault();