From b33a6b68aeca7cee4f4a9abf6eb012b100a04a39 Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 8 Aug 2017 08:57:30 -0400 Subject: fix question thing in minesweeper --- TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs') 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; -- cgit v1.2.3