From b7bfa8c36dc172b5a4f798828a695c5e20084000 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:37:05 +0000 Subject: [PATCH] Fix evil portal free()'s + more anim cycle times --- applications/external | 2 +- .../xtreme_app/scenes/xtreme_app_scene_interface_graphics.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/applications/external b/applications/external index 71a31918e..bb585dc99 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit 71a31918ee834c9d2c3279a6794d4a8aa53c6cc1 +Subproject commit bb585dc99844d96957f0ad78852437eca077ebe7 diff --git a/applications/main/xtreme_app/scenes/xtreme_app_scene_interface_graphics.c b/applications/main/xtreme_app/scenes/xtreme_app_scene_interface_graphics.c index 0420af5f5..c3600ec43 100644 --- a/applications/main/xtreme_app/scenes/xtreme_app_scene_interface_graphics.c +++ b/applications/main/xtreme_app/scenes/xtreme_app_scene_interface_graphics.c @@ -66,8 +66,10 @@ static void xtreme_app_scene_interface_graphics_anim_speed_changed(VariableItem* const char* const cycle_anims_names[] = { "OFF", "Meta.txt", + "15 S", "30 S", "1 M", + "2 M", "5 M", "10 M", "15 M", @@ -81,8 +83,10 @@ const char* const cycle_anims_names[] = { const int32_t cycle_anims_values[COUNT_OF(cycle_anims_names)] = { -1, 0, + 15, 30, 60, + 120, 300, 600, 900,