renamed fixActorDirection to setActorDirection; fixed a bug causing wrong actor directions

svn-id: r4260
This commit is contained in:
Max Horn 2002-05-10 13:45:32 +00:00
parent dc0fef7cc9
commit 8dbcdc661f
5 changed files with 13 additions and 12 deletions

View file

@ -2040,7 +2040,7 @@ void Scumm::o6_actorSet()
break;
case 230: /* set direction */
a->moving &= ~4;
fixActorDirection(a, pop());
setActorDirection(a, pop());
break;
case 231: /* turn to direction */
turnToDirection(a, pop());