mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-27 20:28:27 +00:00
Missed HE100
svn-id: r17176
This commit is contained in:
parent
f50af11b5d
commit
0bd4c7b8bc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user