summary refs log tree commit diff stats
path: root/Source/Randomizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Randomizer.cpp')
-rw-r--r--Source/Randomizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index d3487cd..c3c084c 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp
@@ -61,7 +61,7 @@ void Randomizer::AdjustSpeed() {
61 // Swamp Sliding Bridge 61 // Swamp Sliding Bridge
62 _core.WritePanelData<float>(0x0061A, OPEN_RATE, {0.1f}); // 4x 62 _core.WritePanelData<float>(0x0061A, OPEN_RATE, {0.1f}); // 4x
63 // Mountain 2 Elevator 63 // Mountain 2 Elevator
64 _core.WritePanelData<float>(0x09EEC, OPEN_RATE, {0.1f}); // 4x 64 _core.WritePanelData<float>(0x09EEC, OPEN_RATE, {0.075f}); // 3x
65} 65}
66 66
67void Randomizer::RandomizeTutorial() { 67void Randomizer::RandomizeTutorial() {