From 1f0a1d4f4786d537ec1dcca39fe9e799604fe8f2 Mon Sep 17 00:00:00 2001 From: shweet Date: Mon, 2 Mar 2026 15:38:57 -0500 Subject: [PATCH] =?UTF-8?q?forgot=20one=20line=20of=20code=20award=20?= =?UTF-8?q?=F0=9F=8F=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/state/main/play.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/main/play.cpp b/src/state/main/play.cpp index ff1088e..e99936d 100644 --- a/src/state/main/play.cpp +++ b/src/state/main/play.cpp @@ -335,8 +335,8 @@ namespace game::state::main } else { - score = 0; + combo = 0; if (isHighScoreAchieved) schema.sounds.highScoreLoss.play(); if (highScore > 0) isHighScoreAchieved = true; isRewardScoreAchieved = false;