diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-12-02 18:06:46 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-12-02 18:06:46 -0800 |
commit | f485927337c329a4a691500a1b6c18c763863bb4 (patch) | |
tree | b1be239617439e0283a88af0cd253620084a5c76 /Source/ChallengeRandomizer.h | |
parent | 53bf008124d496c728099520dd2a9e06b6767ea1 (diff) | |
download | witness-tutorializer-f485927337c329a4a691500a1b6c18c763863bb4.tar.gz witness-tutorializer-f485927337c329a4a691500a1b6c18c763863bb4.tar.bz2 witness-tutorializer-f485927337c329a4a691500a1b6c18c763863bb4.zip |
moved sigscans & wired up hotel + wonkavator
Diffstat (limited to 'Source/ChallengeRandomizer.h')
-rw-r--r-- | Source/ChallengeRandomizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ChallengeRandomizer.h b/Source/ChallengeRandomizer.h index e642685..0a43b4a 100644 --- a/Source/ChallengeRandomizer.h +++ b/Source/ChallengeRandomizer.h | |||
@@ -7,7 +7,7 @@ public: | |||
7 | ChallengeRandomizer(const std::shared_ptr<Memory>& memory, int seed); | 7 | ChallengeRandomizer(const std::shared_ptr<Memory>& memory, int seed); |
8 | 8 | ||
9 | private: | 9 | private: |
10 | void HandleSigScans(int i, const std::vector<byte>& data); | 10 | void HandleSigScans(); |
11 | 11 | ||
12 | void AdjustRng(int offset); | 12 | void AdjustRng(int offset); |
13 | std::shared_ptr<Memory> _memory; | 13 | std::shared_ptr<Memory> _memory; |