summaryrefslogtreecommitdiff
path: root/apps/plugins/boomshine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/boomshine.lua')
-rw-r--r--apps/plugins/boomshine.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/boomshine.lua b/apps/plugins/boomshine.lua
index 2eb43dedbd..79b28c6776 100644
--- a/apps/plugins/boomshine.lua
+++ b/apps/plugins/boomshine.lua
@@ -353,6 +353,8 @@ if HAS_TOUCHSCREEN then
353end 353end
354rb.backlight_force_on() 354rb.backlight_force_on()
355 355
356math.randomseed(os.time())
357
356local idx, highscore = 1, 0 358local idx, highscore = 1, 0
357while levels[idx] ~= nil do 359while levels[idx] ~= nil do
358 local goal, nrBalls = levels[idx][1], levels[idx][2] 360 local goal, nrBalls = levels[idx][1], levels[idx][2]