cday41 / paz-search

Automatically exported from code.google.com/p/paz-search
0 stars 0 forks source link

if reloading a second time it reverts back to starting at the time of the first reload #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This version does not have the fix for reloading multiple times that we had 
emailed about before (if reloading a second time it reverts back to starting at 
the time of the first reload). The fix was as follows:

Change line 573 in SimulatonManager.cs to this:
if ((file.Extension != ".lock") && (file.Name != "animal.xml") && (file.Name != 
"checkpoint.txt") && file.Exists)

Original issue reported on code.google.com by ran...@mwwb.net on 23 Nov 2013 at 5:52

GoogleCodeExporter commented 9 years ago
Not sure I will be able to reproduce.  That line of code now on 593 is exactly 
the same as in the issue.  Will retest again.

Original comment by ran...@mwwb.net on 5 Dec 2013 at 12:49

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by ran...@mwwb.net on 2 Apr 2014 at 12:19