diff options
Diffstat (limited to 'apps/plugins/wormlet.c')
| -rw-r--r-- | apps/plugins/wormlet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index e2076f7..ba5eb24 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -2313,7 +2313,7 @@ static bool launch_wormlet(void) rb->lcd_clear_display(); /* Turn off backlight timeout */ - backlight_force_on(); /* backlight control in lib/helper.c */ + backlight_ignore_timeout(); /* start the game */ while (game_result == 1) @@ -2323,7 +2323,7 @@ static bool launch_wormlet(void) { case 2: /* Turn on backlight timeout (revert to settings) */ - backlight_use_settings(); /* backlight control in lib/helper.c */ + backlight_use_settings(); return false; break; } |