Build 29058753

This commit is contained in:
Renan LE CARO 2025-04-01 18:33:58 +02:00
parent 2c75005127
commit 92a0edabef
11 changed files with 31 additions and 33 deletions

View file

@ -1027,7 +1027,7 @@ export function gameStateTick(
) {
if (gameState.currentLevel + 1 < max_levels(gameState)) {
setLevel(gameState, gameState.currentLevel + 1);
} else if (gameState.loop < gameState.mode === "long" ? 7 : 0) {
} else if (gameState.loop < (gameState.mode === "long" ? 7 : 0)) {
gotoNextLoop(gameState);
} else {
gameOver(