diff options
| author | lempamo <[email protected]> | 2017-08-08 08:57:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-08 08:57:30 -0400 |
| commit | b33a6b68aeca7cee4f4a9abf6eb012b100a04a39 (patch) | |
| tree | dced0eedf07459e42fdbe4b76a11f56da51ad19d /TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs | |
| parent | ffebe68546826958b2920c99540cb72067f42cad (diff) | |
| download | histacom2-b33a6b68aeca7cee4f4a9abf6eb012b100a04a39.tar.gz histacom2-b33a6b68aeca7cee4f4a9abf6eb012b100a04a39.tar.bz2 histacom2-b33a6b68aeca7cee4f4a9abf6eb012b100a04a39.zip | |
fix question thing in minesweeper
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs index 4b5f25e..1dea7e7 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs @@ -126,7 +126,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.MineSweeper _dismantled = false; Button.BackgroundImage = Properties.Resources.minesweepSquareQuestion; } - else if(Button.Text == "?") + else if(Button.BackgroundImage == Properties.Resources.minesweepSquareQuestion) { Button.BackgroundImage = Properties.Resources.minesweepSquare; return; |
