diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:11:09 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:11:09 -0700 |
commit | 0e989fe5111ca879584e1594804422b9b4ae0c1a (patch) | |
tree | 8464620decc60e812aecd4b7e060131e7afcfa57 /Source/Randomizer.cpp | |
parent | 2776822ef185836b33eab96e25e12393d2c0d859 (diff) | |
download | witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.tar.gz witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.tar.bz2 witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.zip |
Small renames
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 97541b7..4d99461 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp | |||
@@ -4,6 +4,8 @@ | |||
4 | * Shipwreck vault is solved reversed? | 4 | * Shipwreck vault is solved reversed? |
5 | * Verify UTM perspective? | 5 | * Verify UTM perspective? |
6 | * FEATURES: | 6 | * FEATURES: |
7 | * Speedrunner mode? | ||
8 | * Speed up some of the slow things (like swamp) | ||
7 | * Determine if the user has entered the seed, and re-randomize it if not | 9 | * Determine if the user has entered the seed, and re-randomize it if not |
8 | * Prevent re-randomization (?) | 10 | * Prevent re-randomization (?) |
9 | * Clear "Randomized" state on NG (?) | 11 | * Clear "Randomized" state on NG (?) |