aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/graphics.cpp')
-rw-r--r--engines/queen/graphics.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/queen/graphics.cpp b/engines/queen/graphics.cpp
index 87236447e8..8b1242d595 100644
--- a/engines/queen/graphics.cpp
+++ b/engines/queen/graphics.cpp
@@ -627,6 +627,8 @@ void Graphics::handleParallax(uint16 roomNum) {
_bobs[21].x += 2;
_bobs[21].y += 2;
break;
+ default:
+ break;
}
}
@@ -1257,6 +1259,8 @@ void BamScene::updateFightAnimation() {
_flag = F_STOP;
}
break;
+ default:
+ break;
}
}
}