Replaced 0 with SESSION_SWITCH

This commit is contained in:
SapphireAmoeba5 2022-05-13 19:03:01 -03:00
parent ac2b255021
commit ffa8fbe77b
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ int main(int argc, char** argv)
if (active_input > 2) if (active_input > 2)
{ {
active_input = 0; active_input = SESSION_SWITCH;
} }
update = true; update = true;
break; break;