Forgot a little super call. super!

This commit is contained in:
Jan Philipp Timme 2014-11-28 23:18:19 +01:00
parent 982177c169
commit b8b0023b02
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public abstract class Enemy extends ShootingEntity {
@Override @Override
public void die() { public void die() {
PlayerSession.addCredits(1); PlayerSession.addCredits(1);
super.die();
} }
@Override @Override