From 8656337c5dc64bea29f330a51b362f0a6b85ef78 Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 28 Feb 2017 12:11:40 -0500 Subject: fixed snakey crashing bug --- ShiftOS.WinForms/Applications/ShiftSweeper.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'ShiftOS.WinForms/Applications/ShiftSweeper.cs') diff --git a/ShiftOS.WinForms/Applications/ShiftSweeper.cs b/ShiftOS.WinForms/Applications/ShiftSweeper.cs index 0b05bdf..aaeed3f 100644 --- a/ShiftOS.WinForms/Applications/ShiftSweeper.cs +++ b/ShiftOS.WinForms/Applications/ShiftSweeper.cs @@ -134,7 +134,6 @@ namespace ShiftOS.WinForms.Applications buttonE.Enabled = false; buttonM.Enabled = false; buttonH.Enabled = false; - gameplayed = true; makegrid(); } -- cgit v1.2.3