diff options
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; |
