mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Only adjusted in SCUMM 5+
svn-id: r20598
This commit is contained in:
@@ -1580,7 +1580,7 @@ void Actor::startWalkActor(int destX, int destY, int dir) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (_vm->_version <= 3) {
|
||||
if (_vm->_version <= 4) {
|
||||
abr.x = destX;
|
||||
abr.y = destY;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user