Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quickfix
  • 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
Expand Up @@ -170,11 +170,11 @@ public class Game extends Canvas implements Runnable{
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.