aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/SaveDialogs/LoadGameDialog.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-21 13:24:28 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-21 13:24:28 +0100
commit75c05d35535267096b0c46e143be7a55bb21c9c4 (patch)
treeb9f175812ff8fde1f982ee0667a3853572ec8259 /TimeHACK.Main/SaveDialogs/LoadGameDialog.cs
parentfee528f280640948216f41f0569c79a6552e61c7 (diff)
parenta42b7b8d3219f5df18721afdf88bddb8dd11d463 (diff)
downloadhistacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.tar.gz
histacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.tar.bz2
histacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.zip
Update My Fork PART 2!!!
Diffstat (limited to 'TimeHACK.Main/SaveDialogs/LoadGameDialog.cs')
-rw-r--r--TimeHACK.Main/SaveDialogs/LoadGameDialog.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/SaveDialogs/LoadGameDialog.cs b/TimeHACK.Main/SaveDialogs/LoadGameDialog.cs
index b31bc50..89e875e 100644
--- a/TimeHACK.Main/SaveDialogs/LoadGameDialog.cs
+++ b/TimeHACK.Main/SaveDialogs/LoadGameDialog.cs
@@ -14,7 +14,7 @@ namespace TimeHACK
{
public partial class LoadGameDialog : Form
{
- public Boolean successful = false;
+ public bool successful = false;
public LoadGameDialog()
{
InitializeComponent();