Rename as requested.
svn-id: r15530
This commit is contained in:
parent
e634fda1eb
commit
beb1ed4598
7 changed files with 66 additions and 66 deletions
|
@ -473,7 +473,7 @@ void ScummEngine_v100he::o100_actorOps() {
|
|||
a->_layer = -pop();
|
||||
break;
|
||||
case 63:
|
||||
a->paletteNum = pop();
|
||||
a->hePaletteNum = pop();
|
||||
break;
|
||||
case 65: // SO_SCALE
|
||||
i = pop();
|
||||
|
@ -494,11 +494,11 @@ void ScummEngine_v100he::o100_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;
|
||||
case 83: // SO_ACTOR_VARIABLE
|
||||
|
@ -562,7 +562,7 @@ void ScummEngine_v100he::o100_actorOps() {
|
|||
break;
|
||||
case 142:
|
||||
k = pop();
|
||||
a->noTalkAnimation = 1;
|
||||
a->heNoTalkAnimation = 1;
|
||||
a->setTalkCondition(k);
|
||||
debug(1,"o100_actorOps: case 24 (%d)", k);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue