aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-07-05 12:54:34 -0400
committerjtsshieh <[email protected]>2017-07-05 12:54:34 -0400
commit26f2a5fb9e4c19ce4d2feac2565eac5319f0f9d8 (patch)
tree22274ae6ef9fe35b1fd2a683dc21ad7647094d6b /TimeHACK.Engine
parent1babfac033b8add0dee2a8c9a4b34fd6f90ac222 (diff)
downloadhistacom2-26f2a5fb9e4c19ce4d2feac2565eac5319f0f9d8.tar.gz
histacom2-26f2a5fb9e4c19ce4d2feac2565eac5319f0f9d8.tar.bz2
histacom2-26f2a5fb9e4c19ce4d2feac2565eac5319f0f9d8.zip
Welcome Page
Working welcome page for winn95 except I cannot get the system to save the settings so it will appear every single time!
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/SaveSystem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs
index be3aeb7..9abd768 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -226,7 +226,7 @@ namespace TimeHACK.Engine
public string CurrentOS { get; set; }
// public Dictionary<string, bool> InstalledPrograms { get; set; } InstallProgram is no longer needed... we have that data in the FileSystem
public List<string> ExperiencedStories { get; set; }
-
+ public bool FTime95 { get; set; }
public string ThemeName { get; set; }
}