aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/motion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/motion.cpp')
-rw-r--r--engines/agi/motion.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/motion.cpp b/engines/agi/motion.cpp
index f408ba35e6..fd3a90033a 100644
--- a/engines/agi/motion.cpp
+++ b/engines/agi/motion.cpp
@@ -221,6 +221,8 @@ void AgiEngine::checkMotion(ScreenObjEntry *screenObj) {
case kMotionMoveObj:
motionMoveObj(screenObj);
break;
+ default:
+ break;
}
if ((_game.block.active && (~screenObj->flags & fIgnoreBlocks)) && screenObj->direction)