diff options
Diffstat (limited to 'Source/Randomizer.cpp')
-rw-r--r-- | Source/Randomizer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index 8ded06e..f355743 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp | |||
@@ -124,6 +124,8 @@ void Randomizer::Randomize() { | |||
124 | _memory->WriteData<byte>({index}, {0xEB}); // jz -> jmp | 124 | _memory->WriteData<byte>({index}, {0xEB}); // jz -> jmp |
125 | }); | 125 | }); |
126 | 126 | ||
127 | _memory->ExecuteSigScans(); | ||
128 | |||
127 | //Tutorialise(0x33AF5, 0x0A3B2); | 129 | //Tutorialise(0x33AF5, 0x0A3B2); |
128 | 130 | ||
129 | // Tutorial Bend | 131 | // Tutorial Bend |