aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs')
-rw-r--r--TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs
index 5e1ccf4..10d1a25 100644
--- a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs
+++ b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs
@@ -14,9 +14,9 @@ namespace TimeHACK
{
public partial class LoadGameProfileItem : UserControl, IMessageFilter
{
- public Boolean OnceRemoveHeight = false;
- public Boolean OnceAddHeight = false;
- public Boolean RequestingNewName = false;
+ public bool OnceRemoveHeight = false;
+ public bool OnceAddHeight = false;
+ public bool RequestingNewName = false;
public LoadGameProfileItem()
{
InitializeComponent();