summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 6d2ab4e..74ffa28 100644
--- a/src/main.js
+++ b/src/main.js
@@ -724,7 +724,7 @@ function on_update() {
next_level_timer += ts;
if (win && next_level_timer >= 3) {
- init_game(true);
+ init_game(false);
}
}