store solved puzzles in the user profile. Load them from the user profile too.

This commit is contained in:
2017-07-29 18:52:23 -05:00
parent 1ab8e0e0fb
commit ea5f038157
3 changed files with 31 additions and 1 deletions

View File

@ -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;