mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-18 19:44:23 +02:00
Replaced 0 with SESSION_SWITCH
This commit is contained in:
parent
ac2b255021
commit
ffa8fbe77b
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ int main(int argc, char** argv)
|
|||
|
||||
if (active_input > 2)
|
||||
{
|
||||
active_input = 0;
|
||||
active_input = SESSION_SWITCH;
|
||||
}
|
||||
update = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue