aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftSweeper.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-28 12:11:40 -0500
committerlempamo <[email protected]>2017-02-28 12:11:40 -0500
commit8656337c5dc64bea29f330a51b362f0a6b85ef78 (patch)
tree27d00ae0f0d2d97c6f629caa2864d2e32cde2bbe /ShiftOS.WinForms/Applications/ShiftSweeper.cs
parent52b9cd9c8051a8d95587e3ccc3ee3220609bcc56 (diff)
downloadshiftos_thereturn-8656337c5dc64bea29f330a51b362f0a6b85ef78.tar.gz
shiftos_thereturn-8656337c5dc64bea29f330a51b362f0a6b85ef78.tar.bz2
shiftos_thereturn-8656337c5dc64bea29f330a51b362f0a6b85ef78.zip
fixed snakey crashing bug
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftSweeper.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftSweeper.cs1
1 files changed, 0 insertions, 1 deletions
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();
}