diff options
| author | lempamo <[email protected]> | 2017-02-28 11:58:24 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-28 11:58:24 -0500 |
| commit | 52b9cd9c8051a8d95587e3ccc3ee3220609bcc56 (patch) | |
| tree | 6d89a64ef63cd4cda1c0d4571061f5d20c3f6ddf /ShiftOS.WinForms/Applications/ShiftSweeper.cs | |
| parent | 02cafa93b315cdfc6b1e6e0ac7da84057d0387ec (diff) | |
| download | shiftos_thereturn-52b9cd9c8051a8d95587e3ccc3ee3220609bcc56.tar.gz shiftos_thereturn-52b9cd9c8051a8d95587e3ccc3ee3220609bcc56.tar.bz2 shiftos_thereturn-52b9cd9c8051a8d95587e3ccc3ee3220609bcc56.zip | |
more snakey stuff
someone fix the snakey bug plz
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftSweeper.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftSweeper.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftSweeper.cs b/ShiftOS.WinForms/Applications/ShiftSweeper.cs index 6c64d30..0b05bdf 100644 --- a/ShiftOS.WinForms/Applications/ShiftSweeper.cs +++ b/ShiftOS.WinForms/Applications/ShiftSweeper.cs @@ -41,7 +41,6 @@ namespace ShiftOS.WinForms.Applications [DefaultIcon("iconShiftSweeper")] public partial class ShiftSweeper : UserControl, IShiftOSWindow { - private bool gameplayed = false; private bool flagtime = false; private int mineCount = 0; private int origminecount; |
