From ffa8fbe77bd8400ad9855d0b39ed042a36837ffe Mon Sep 17 00:00:00 2001 From: SapphireAmoeba5 Date: Fri, 13 May 2022 19:03:01 -0300 Subject: [PATCH] Replaced 0 with SESSION_SWITCH --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 3d3d5421..7414c276 100644 --- a/src/main.c +++ b/src/main.c @@ -251,7 +251,7 @@ int main(int argc, char** argv) if (active_input > 2) { - active_input = 0; + active_input = SESSION_SWITCH; } update = true; break;