Add another check for ignoreTurns, ignoreTurns.
Should be complete for scumm7 games svn-id: r12209
This commit is contained in:
parent
3577dad949
commit
97cb72885a
2 changed files with 3 additions and 3 deletions
|
@ -1764,7 +1764,7 @@ void ScummEngine_v6::o6_actorOps() {
|
|||
a->setAnimVar(pop(), i);
|
||||
break;
|
||||
case 215: // SO_ACTOR_IGNORE_TURNS_ON
|
||||
warning("ignoreTurns not yet implemented");
|
||||
warning("ignoreTurns partially implemented");
|
||||
a->ignoreTurns = true;
|
||||
break;
|
||||
case 216: // SO_ACTOR_IGNORE_TURNS_OFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue