High Score Doesn't Save Game Mode

Issue #4929 new
exsanguination microtubules created an issue

Game mode (such as “Wander”) is not properly saved to high score. May be because this constructor doesn’t actually save the GameMode value:

        public ScoreEntry2(int _Score, string _Description, string _Details, long Turns, string GameId, string GameMode)
        {
            Score = _Score;
            Description = _Description;
            Details = _Details;
        }

Comments (2)

  1. Log in to comment