From dff4f8f445c636c0b331ad18ab53707fd222d3a2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 12 Sep 2003 00:07:42 +0000 Subject: my TODO was correct ;-) fixes regression in Zak svn-id: r10188 --- scumm/script_v5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v5.cpp') diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 916cb668aa..dce63f09a3 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1483,7 +1483,7 @@ void Scumm_v5::o5_loadRoomWithEgo() { getObjectXYPos(obj, x2, y2, dir); a->putActor(x2, y2, _currentRoom); if (a->getFacing() == oldDir) - a->setDirection(dir); // TODO: Original seems to "flip" dir here, need to investigate? + a->setDirection(dir + 180); } a->moving = 0; } -- cgit v1.2.3