diff options
-rw-r--r-- | engines/tsage/core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp index 06df34ee20..10a51349e5 100644 --- a/engines/tsage/core.cpp +++ b/engines/tsage/core.cpp @@ -412,6 +412,7 @@ void ObjectMover2::dispatch() { if (area > _maxArea) { // Setup again for the new destination setup(_destObject->_position); + ObjectMover::dispatch(); } else if (area >= _minArea) { // Keep dispatching ObjectMover::dispatch(); |