diff --git a/public/static/js/game.js b/public/static/js/game.js index 20a5c4b..f13460a 100644 --- a/public/static/js/game.js +++ b/public/static/js/game.js @@ -56,6 +56,11 @@ }, resetGame: function () { + if (Core.guessMarker) { + Core.guessMarker.setMap(null); + Core.guessMarker = null; + } + for (var i = 0; i < Core.rounds.length; ++i) { var round = Core.rounds[i];