aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/walking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/walking.cpp')
-rw-r--r--engines/draci/walking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/walking.cpp b/engines/draci/walking.cpp
index 04cd929ac6..36cf33c82a 100644
--- a/engines/draci/walking.cpp
+++ b/engines/draci/walking.cpp
@@ -751,7 +751,7 @@ Movement WalkingState::animationForSightDirection(SightDirection dir, const Comm
} else if (mouse.x > hero.x) {
return kStopRight;
}
- // fall-through here intentional
+ // fall through
default: {
// Find the last horizontal direction on the path.
int i = path.size() - 1;