Skip to content

Commit

Permalink
Initialize Map.BonusCompletions dict
Browse files Browse the repository at this point in the history
  • Loading branch information
1zc committed Mar 11, 2024
1 parent a6f1c34 commit b9fe9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ST-Map/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ internal Map(string Name, TimerDatabase DB)
{
this.BonusWR[i] = new Dictionary<int, PersonalBest>();
this.BonusWR[i][0] = new PersonalBest(); // To-do: Implement styles
this.BonusCompletions[i] = new Dictionary<int, int>();
}

// Gathering zones from the map
Expand Down

0 comments on commit b9fe9d7

Please sign in to comment.