From 28442d47c41b62947737402e239e220e965d53e0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 6 Aug 2017 22:09:14 -0400 Subject: CRUISE: Add explicit fall through comments to switch --- engines/cruise/actor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/cruise/actor.cpp b/engines/cruise/actor.cpp index 331b1c1edd..7d5c16c3d2 100644 --- a/engines/cruise/actor.cpp +++ b/engines/cruise/actor.cpp @@ -853,6 +853,7 @@ void processAnimation() { } } } + // fall through case ANIM_PHASE_MOVE: { @@ -893,6 +894,7 @@ void processAnimation() { break; } } + // fall through case ANIM_PHASE_END: { -- cgit v1.2.3