aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-07 17:16:14 -0400
committerlempamo <[email protected]>2017-08-07 17:16:14 -0400
commit1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b (patch)
treee2c8427b9cc1618007597d02b41879bebd1852a0 /TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs
parente838d66d36751fdbf5c2f7fadab8fee42729b6ac (diff)
downloadhistacom2-1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b.tar.gz
histacom2-1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b.tar.bz2
histacom2-1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b.zip
minesweeper graphics part 2
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs2
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 ef20710..00594b2 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs
@@ -207,7 +207,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.MineSweeper
Button.BackgroundImage = Properties.Resources.minesweepSquare4;
break;
case 5:
- Button.ForeColor = Color.DarkRed;
+ Button.BackgroundImage = Properties.Resources.minesweepSquare5;
break;
case 6:
Button.ForeColor = Color.LightBlue;