Skip to content

Commit

Permalink
Shim for looping
Browse files Browse the repository at this point in the history
  • Loading branch information
disdain13 committed Sep 8, 2016
1 parent 4ee1067 commit a5b4728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PokeRoadie/PokeRoadieLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ private bool RaiseSyncEvent(Delegate method, params object[] args)
private int locationAttemptCount = 0;
private List<TutorialState> tutorialAttempts = new List<TutorialState>();
private List<ulong> _recentEncounters = new List<ulong>();
public volatile bool NeedsNewLogin = false;
public volatile bool IsTravelingLongDistance;
public static volatile bool NeedsNewLogin = false;
public static volatile bool IsTravelingLongDistance;

#endregion
#region " Properties "
Expand Down
2 changes: 1 addition & 1 deletion PokeRoadie/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2016.9.8.1")]
[assembly: AssemblyVersion("2016.9.8.2")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit a5b4728

Please sign in to comment.