aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor_walk.cpp
AgeCommit message (Collapse)Author
2007-11-08Some tweaks to actorWalkTo() and actorEndWalk(). Also, moved all the actor ↵Filippos Karapetis
pathfinding calculation code to a new file svn-id: r29455
2007-10-27Added a workaround for an incorrect hitzone in IHNM, (Gorrister's chapter). ↵Filippos Karapetis
Now, the graffiti to the left in the toilet screen can be examined correctly. Also, performed some clean-up svn-id: r29264
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-16Fix warningEugene Sandulenko
svn-id: r28923
2007-09-15Slight cleanup of the actor class: moved all of the actor walk code in a new ↵Filippos Karapetis
file and removed many unneeded includes svn-id: r28908