aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mohawk/cstime_view.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/cstime_view.cpp b/engines/mohawk/cstime_view.cpp
index 8727560094..310da16a23 100644
--- a/engines/mohawk/cstime_view.cpp
+++ b/engines/mohawk/cstime_view.cpp
@@ -305,6 +305,8 @@ void CSTimeModule::defaultMoveProc(Feature *feature) {
done = true;
break;
}
+ // fall through
+ // FIXME: Unclear if fall through is intentional...
case 0:
// TODO: set ptr +176 to 1
feature->_done = true;