aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/draw.cpp')
-rw-r--r--engines/prince/draw.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/prince/draw.cpp b/engines/prince/draw.cpp
index a924f99def..275b66aa1b 100644
--- a/engines/prince/draw.cpp
+++ b/engines/prince/draw.cpp
@@ -344,6 +344,8 @@ void PrinceEngine::showBackAnims() {
seq._data2 = _randomSource.getRandomNumber(seq._data - 1);
continue; // for bug in original game
break;
+ default:
+ break;
}
} else {
_backAnimList[i].backAnims[activeSubAnim]._frame++;