From 3aa37a37817419d46ab9b18c090839f6797c70b5 Mon Sep 17 00:00:00 2001 From: Martin Negin Date: Thu, 17 Oct 2024 20:09:29 +0300 Subject: [PATCH] =?UTF-8?q?Korjattu=20bugi=20n=C3=A4yt=C3=B6np=C3=A4ivityk?= =?UTF-8?q?sen=20kanssa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kooditoteutus/SpedenSpelit/SpedenSpelit.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kooditoteutus/SpedenSpelit/SpedenSpelit.ino b/Kooditoteutus/SpedenSpelit/SpedenSpelit.ino index 5a49537..757d753 100644 --- a/Kooditoteutus/SpedenSpelit/SpedenSpelit.ino +++ b/Kooditoteutus/SpedenSpelit/SpedenSpelit.ino @@ -164,7 +164,7 @@ void initializeGame() { countdownStarted = false; waitingForStart = true; clearAllLeds(); - updateDisplay(highScore); // Display the highest score at the start. + //updateDisplay(highScore); // Display the highest score at the start. if (debug) { Serial.println("Game initialized!"); }