Replaced 0 with SESSION_SWITCH

This commit is contained in:
SapphireAmoeba5 2022-05-13 19:03:01 -03:00 committed by randalthor17
parent 5db94ffc22
commit 8a037f026a
1 changed files with 1 additions and 1 deletions

View File

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