Skip to content

Commit

Permalink
Character bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
AHMAD-DINKINS committed Dec 7, 2018
1 parent 95b961e commit 517cd5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void run() {
}, 1000);
} else {
currentLevel = 0;
character = null;
Toast.makeText(this, "You Win!!!", Toast.LENGTH_LONG).show();
Handler handler = new Handler();
handler.postDelayed(new Runnable() {
Expand Down

0 comments on commit 517cd5f

Please sign in to comment.