Skip to content
Snippets Groups Projects
Commit 1c3e0843 authored by echicken's avatar echicken
Browse files

Clear the score frame prior to output to prevent overlapping records on redraw.

parent 909d3b57
Branches
Tags
No related merge requests found
......@@ -390,6 +390,7 @@ function winScreen() {
function showNetScores() {
var scores = client.read("chickendelivery", "chickenScores", 1);
netScoreFrame.open();
netScoreFrame.clear();
netScoreFrame.load(baseDir + "netscore.ans");
netScoreFrame.gotoxy(3, 6);
var highScores = new Array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment