Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitSith2 committed Oct 5, 2020
1 parent 6ddd0bb commit 0d3207c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions EnemizerLibrary/Randomization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public RomData MakeRandomization(string basePath, int seed, OptionFlags optionfl
// -----bosses---------------------
if (optionFlags.RandomizeBosses)
{
Graph graph = optionflags.UseManualBosses ? null : new Graph(new GraphData(this.ROM_DATA, this.optionFlags));

this.ROM_DATA.CloseBlindDoor = true;

BossRandomizer br;
Expand Down

0 comments on commit 0d3207c

Please sign in to comment.