Skip to content

Commit

Permalink
fix missing reset after exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 committed Sep 6, 2024
1 parent 50b32b6 commit cb140e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void damage(Entity e, int dmg) {

public void init() {

exited = false;
level = 0;
kills = 0;
monster = null;
Expand Down

0 comments on commit cb140e8

Please sign in to comment.