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 end rb.backlight_force_on() +math.randomseed(os.time()) + local idx, highscore = 1, 0 while levels[idx] ~= nil do local goal, nrBalls = levels[idx][1], levels[idx][2]