Introduced ActorOldWalk subclass of Actor (for V1-V3 walk code)

svn-id: r24924
This commit is contained in:
Max Horn 2006-12-25 17:21:54 +00:00
parent ba991e3b3a
commit ae4ea4d989
4 changed files with 18 additions and 13 deletions

View file

@ -1135,7 +1135,7 @@ bool ScummEngine::areBoxesNeighbours(int box1nr, int box2nr) {
return false;
}
void Actor::findPathTowardsOld(byte box1, byte box2, byte finalBox, Common::Point &p2, Common::Point &p3) {
void ActorOldWalk::findPathTowardsOld(byte box1, byte box2, byte finalBox, Common::Point &p2, Common::Point &p3) {
Common::Point pt;
Common::Point gateA[2];
Common::Point gateB[2];