aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/checks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/checks.cpp')
-rw-r--r--engines/agi/checks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/checks.cpp b/engines/agi/checks.cpp
index 1fb437b7f4..1734517163 100644
--- a/engines/agi/checks.cpp
+++ b/engines/agi/checks.cpp
@@ -276,7 +276,7 @@ void AgiEngine::updatePosition() {
_game.vars[VM_VAR_BORDER_CODE] = screenObj->objectNr;
_game.vars[VM_VAR_BORDER_TOUCH_OBJECT] = border;
}
- if (screenObj->motionType == kMotionMoveObj) { // ANGEPASST
+ if (screenObj->motionType == kMotionMoveObj) {
motionMoveObjStop(screenObj);
}
}