counter fixed at 200

This commit is contained in:
2025-01-16 21:31:34 +01:00
parent 92d5f66a91
commit bafab8d75a

View File

@@ -1023,6 +1023,9 @@ void Plansza::update_score() {
if (scoreClock.getElapsedTime().asMilliseconds() > 500) {
score++;
ultimateCounter++;
if (ultimateCounter >= 200) {
ultimateCounter = 200;
}
scoreClock.restart();
}