diff options
Diffstat (limited to 'engines/cruise')
-rw-r--r-- | engines/cruise/actor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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: { |