From 8f4bad07a5fda967a52baa0ce430a97ea7615e20 Mon Sep 17 00:00:00 2001 From: lubiana Date: Thu, 6 Nov 2014 19:04:57 +0100 Subject: [PATCH] =?UTF-8?q?ist=20sch=C3=B6ner=20so?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/de/teamteamteam/spacescooter/entity/shot/Shot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java index fbe6609..d8a2342 100644 --- a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java +++ b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java @@ -20,7 +20,7 @@ public class Shot extends LivingEntity { this.speed = shootSpeed; this.collisionCount = 1; this.damageValue = damageValue; - super.setImage(filename); + this.setImage(filename); this.setPosition(this.x - this.getImage().getWidth() / 2, this.y - this.getImage().getHeight() / 2); }