aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-11-04 09:43:02 +0000
committerAlex-TIMEHACK <[email protected]>2017-11-04 09:43:02 +0000
commit6ab1468786f1e865e9ff408d32149f9c9620d844 (patch)
tree45bac91aba019027213bdd37bac9f43c0a93853e /Histacom2/OS/Win95/Win95.cs
parent2a473d05a34afe51cf0f5340cbdd48ad4e771657 (diff)
downloadhistacom2-6ab1468786f1e865e9ff408d32149f9c9620d844.tar.gz
histacom2-6ab1468786f1e865e9ff408d32149f9c9620d844.tar.bz2
histacom2-6ab1468786f1e865e9ff408d32149f9c9620d844.zip
Fix bugs
...and get rid of all == false and == true
Diffstat (limited to 'Histacom2/OS/Win95/Win95.cs')
-rw-r--r--Histacom2/OS/Win95/Win95.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win95/Win95.cs b/Histacom2/OS/Win95/Win95.cs
index e330ea0..2a26b91 100644
--- a/Histacom2/OS/Win95/Win95.cs
+++ b/Histacom2/OS/Win95/Win95.cs
@@ -114,7 +114,7 @@ namespace Histacom2.OS.Win95
this.BringToFront();
//Check if it is the first time
- if (CurrentSave.FTime95 == false)
+ if (!CurrentSave.FTime95)
{
CurrentSave.FTime95 = true;
SaveGame();