diff options
| author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-19 09:27:29 -0800 |
|---|---|---|
| committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-19 09:27:29 -0800 |
| commit | eb420604814dfdfa37fd542dda9ba7477c198b39 (patch) | |
| tree | 449794ffbdbe111e48ec7d5dc05fe563339d8f3a /Source/Randomizer.h | |
| parent | 0d4ebf34bfb93dbb215f49e9ca64b58fd7284a2b (diff) | |
| download | witness-tutorializer-eb420604814dfdfa37fd542dda9ba7477c198b39.tar.gz witness-tutorializer-eb420604814dfdfa37fd542dda9ba7477c198b39.tar.bz2 witness-tutorializer-eb420604814dfdfa37fd542dda9ba7477c198b39.zip | |
Cleanup packaging story, add more settings
Diffstat (limited to 'Source/Randomizer.h')
| -rw-r--r-- | Source/Randomizer.h | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/Source/Randomizer.h b/Source/Randomizer.h index 1180d43..88afcc6 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h | |||
| @@ -8,6 +8,8 @@ public: | |||
| 8 | bool GameIsRandomized(); | 8 | bool GameIsRandomized(); |
| 9 | 9 | ||
| 10 | void AdjustSpeed(); | 10 | void AdjustSpeed(); |
| 11 | void RandomizeLasers(); | ||
| 12 | void PreventSnipes(); | ||
| 11 | 13 | ||
| 12 | void ClearOffsets() {_memory->ClearOffsets();} | 14 | void ClearOffsets() {_memory->ClearOffsets();} |
| 13 | 15 | ||
| @@ -19,7 +21,6 @@ public: | |||
| 19 | }; | 21 | }; |
| 20 | 22 | ||
| 21 | private: | 23 | private: |
| 22 | |||
| 23 | int _lastRandomizedFrame = 1 << 30; | 24 | int _lastRandomizedFrame = 1 << 30; |
| 24 | void RandomizeTutorial(); | 25 | void RandomizeTutorial(); |
| 25 | void RandomizeSymmetry(); | 26 | void RandomizeSymmetry(); |
