Rename as requested.
svn-id: r15530
This commit is contained in:
parent
e634fda1eb
commit
beb1ed4598
7 changed files with 66 additions and 66 deletions
|
@ -754,11 +754,11 @@ void ScummEngine_v60he::o60_actorOps() {
|
|||
int slot = pop();
|
||||
|
||||
int len = resStrLen(string) + 1;
|
||||
addMessageToStack(string, a->talkQueue[slot].sentence, len);
|
||||
addMessageToStack(string, a->heTalkQueue[slot].sentence, len);
|
||||
|
||||
a->talkQueue[slot].posX = a->talkPosX;
|
||||
a->talkQueue[slot].posY = a->talkPosY;
|
||||
a->talkQueue[slot].color = a->talkColor;
|
||||
a->heTalkQueue[slot].posX = a->talkPosX;
|
||||
a->heTalkQueue[slot].posY = a->talkPosY;
|
||||
a->heTalkQueue[slot].color = a->talkColor;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue