fix delay on level difficulty choice

This commit is contained in:
andrea
2026-03-21 12:20:06 +01:00
parent 8c402ff13a
commit d65e7ef1c8

View File

@@ -143,7 +143,7 @@ void loop() {
if (!p2 -> is_human()) p2 -> set_skills(current_bot_menu_idx + 1);
game_status= TIMER;
update_menu_bot_skills= false;
}
} else update_menu_bot_skills= false;
if (update_menu_bot_skills) {
const byte (*current_skill_frame)[12]= frame_bot_skills[current_bot_menu_idx];