diff --git a/map/domon/gps-game.js b/map/domon/gps-game.js index 1d9f75b..616895d 100644 --- a/map/domon/gps-game.js +++ b/map/domon/gps-game.js @@ -33,7 +33,7 @@ } else if (totalDist < 2500){time = 13; } - else{totalDist = 15; + else{time = 15; } document.getElementById(‘time’).textContent = text; function resetPath() { // 初期状態に戻す