Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/items/StarArmors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/items/StarArmors.cpp')
-rw-r--r--source/game/items/StarArmors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/items/StarArmors.cpp b/source/game/items/StarArmors.cpp
index 85580d9..01ff4c4 100644
--- a/source/game/items/StarArmors.cpp
+++ b/source/game/items/StarArmors.cpp
@@ -43,11 +43,11 @@ List<Drawable> ArmorItem::drawables() const {
return drawables;
}
-float ArmorItem::getAngle(float aimAngle) {
+float ArmorItem::getAngle(float) {
return -25.0f * Constants::deg2rad;
}
-void ArmorItem::fire(FireMode mode, bool shifting, bool edgeTriggered) {}
+void ArmorItem::fire(FireMode, bool, bool) {}
void ArmorItem::fireTriggered() {}
List<String> const& ArmorItem::colorOptions() {