store solved puzzles in the user profile. Load them from the user profile too.
This commit is contained in:
@ -236,7 +236,7 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
pi = NB.GetPuzzleInfoFromName(str);
|
||||
shown_name = pi.PuzzleName;
|
||||
if (oursettings.ScoreList.Contains(str))
|
||||
if (oursettings.CheckIfDone(str))
|
||||
{
|
||||
shown_name = "* " + shown_name;
|
||||
wasfinished = true;
|
||||
|
Reference in New Issue
Block a user