mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
removed some debug output I left in accidentally in my last checkin; removed some uses of g_scumm (see Endy, I promised I'd do it <g>); removed getSideOfLine(); some clean up
svn-id: r4378
This commit is contained in:
+2
-2
@@ -907,7 +907,7 @@ void Scumm::animateActor(int act, int anim)
|
||||
a->startAnimActor(a->standFrame);
|
||||
break;
|
||||
case 3:
|
||||
a->moving &= ~4;
|
||||
a->moving &= ~MF_TURN;
|
||||
a->setActorDirection(dir);
|
||||
break;
|
||||
case 4:
|
||||
@@ -933,7 +933,7 @@ void Scumm::animateActor(int act, int anim)
|
||||
a->startAnimActor(a->standFrame);
|
||||
break;
|
||||
case 0x3E:
|
||||
a->moving &= ~4;
|
||||
a->moving &= ~MF_TURN;
|
||||
a->setActorDirection(oldDirToNewDir(dir));
|
||||
break;
|
||||
case 0x3D:
|
||||
|
||||
Reference in New Issue
Block a user