Skip to content

Commit

Permalink
Another small change for disable_non_randomized
Browse files Browse the repository at this point in the history
  • Loading branch information
metzner committed Aug 15, 2022
1 parent 532f80a commit 030b64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Archipelago/APRandomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ void APRandomizer::GenerateNormal(HWND skipButton, HWND availableSkips) {
if (DisableNonRandomizedPuzzles)
panelLocker->DisableNonRandomizedPuzzles(allDoors);
Special::SkipPanel(0x0360E);
Special::SkipPanel(0x19650);
Special::setPower(0x0360E, 1.0f);
_memory->OpenDoor(0x194B2);
_memory->OpenDoor(0x19665);
Expand Down

0 comments on commit 030b64b

Please sign in to comment.