mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-04-20 02:30:24 +00:00
FIX THE DAMN ISSUE
This commit is contained in:
parent
55530087cb
commit
0ee6270a3d
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
if (this.Left < Screen.PrimaryScreen.Bounds.Width)
|
||||
{
|
||||
secondsleft = secondsleft - 1;
|
||||
if (secondsleft == -1)
|
||||
if (secondsleft == 0)
|
||||
{
|
||||
secondsleft = 60;
|
||||
level = level + 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue