FIX THE DAMN ISSUE

This commit is contained in:
craftxbox 2017-02-22 22:32:18 -03:30 committed by GitHub
parent 55530087cb
commit 0ee6270a3d

View file

@ -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;