Skip to content

Commit

Permalink
quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm13003 committed Apr 20, 2016
1 parent 3e1e64e commit 357f052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ private void tick() {
enemy_count = 2;
SDcount++;
c.createEnemy(enemy_count);
}
}else{
enemy_count +=1;
kills = 0;
c.createEnemy(enemy_count);
}
}}

}
private void render(){
Expand Down

0 comments on commit 357f052

Please sign in to comment.