diff options
| author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:13:11 -0800 |
|---|---|---|
| committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:13:11 -0800 |
| commit | a0e7ec171d68a17f8bcaeb5d8f4af881c3510280 (patch) | |
| tree | 8481c89da8d6c57ff7256b40af26e205bcce0493 /Source/ChallengeRandomizer.cpp | |
| parent | ac83733b590f3c0750bea1de3556ceb24fa0a4b1 (diff) | |
| download | witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.tar.gz witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.tar.bz2 witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.zip | |
RM duplicate includes
Diffstat (limited to 'Source/ChallengeRandomizer.cpp')
| -rw-r--r-- | Source/ChallengeRandomizer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
| diff --git a/Source/ChallengeRandomizer.cpp b/Source/ChallengeRandomizer.cpp index b497564..976374e 100644 --- a/Source/ChallengeRandomizer.cpp +++ b/Source/ChallengeRandomizer.cpp | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "pch.h" | 1 | #include "pch.h" |
| 2 | #include "ChallengeRandomizer.h" | 2 | #include "ChallengeRandomizer.h" |
| 3 | #include "Memory.h" | ||
| 4 | 3 | ||
| 5 | // Modify an opcode to use RNG2 instead of main RNG | 4 | // Modify an opcode to use RNG2 instead of main RNG |
| 6 | void ChallengeRandomizer::AdjustRng(int offset) { | 5 | void ChallengeRandomizer::AdjustRng(int offset) { |
