Introduced ActorOldWalk subclass of Actor (for V1-V3 walk code)
svn-id: r24924
This commit is contained in:
parent
ba991e3b3a
commit
ae4ea4d989
4 changed files with 18 additions and 13 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue