Skip to content

Commit

Permalink
Login system.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hashes committed Feb 2, 2013
1 parent 955d861 commit bb2839f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/org/thematics/entity/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ protected Entity(CombatTypes combatTypes, int hitpoints) {
this.combatTypes = combatTypes;
setHitpoints(hitpoints);
}

protected Entity() {
}


/**
* Created a new entity with 0 as hitpoints.
* @param combat
Expand Down

0 comments on commit bb2839f

Please sign in to comment.