diff --git a/super_simon/src/utils.cpp b/super_simon/src/utils.cpp index 3e530fa..047b09f 100644 --- a/super_simon/src/utils.cpp +++ b/super_simon/src/utils.cpp @@ -90,6 +90,7 @@ byte waitForButton() { void endGame(LiquidCrystal lcd, bool win, byte score) { lcd.clear(); if (win) { + score++; // Compensate for missing "+1" in the main loop. lcd.print("Bravo!"); } else {