From f0f87ee869516554432bf1910c108c30231f3252 Mon Sep 17 00:00:00 2001 From: SemvdH Date: Wed, 10 Nov 2021 16:53:20 +0100 Subject: [PATCH] no fix --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 6463225..55b6323 100644 --- a/src/main.c +++ b/src/main.c @@ -100,7 +100,6 @@ menu_window_state menu_active_window; uint8_t menu_selected_window; // 0 is how to play, 1 is ship color select, 2 is game uint8_t menu_left_right_pressed; // 0 is none, 1 is left, 2 is right uint8_t last_menu_left_right_pressed; // what we pressed last update loop -uint8_t menu_needs_to_switch; timing_timer menu_selected_window_input_delay_timer = {0, 300, 0}; // 0 as starting time, 300 ms timeout, not elapsed /**