summary refs log tree commit diff stats
path: root/Source/ChallengeRandomizer.cpp
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-25 21:13:11 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-25 21:13:11 -0800
commita0e7ec171d68a17f8bcaeb5d8f4af881c3510280 (patch)
tree8481c89da8d6c57ff7256b40af26e205bcce0493 /Source/ChallengeRandomizer.cpp
parentac83733b590f3c0750bea1de3556ceb24fa0a4b1 (diff)
downloadwitness-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.cpp1
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
6void ChallengeRandomizer::AdjustRng(int offset) { 5void ChallengeRandomizer::AdjustRng(int offset) {