mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
commit
a3fe772dbe
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…
Reference in a new issue