diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-26 21:43:17 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-26 21:43:17 -0700 |
commit | 1d4763bc94c9887bc4171374202a5d12be1fc10f (patch) | |
tree | 1ea6fb996d658148e1a193f61751ea7765184037 /WitnessRandomizer/WitnessRandomizer.cpp | |
parent | 9503fc300e1c2d9fcddcf5b8ecc009cd4429337a (diff) | |
download | witness-tutorializer-1d4763bc94c9887bc4171374202a5d12be1fc10f.tar.gz witness-tutorializer-1d4763bc94c9887bc4171374202a5d12be1fc10f.tar.bz2 witness-tutorializer-1d4763bc94c9887bc4171374202a5d12be1fc10f.zip |
Way better caching.
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.cpp')
-rw-r--r-- | WitnessRandomizer/WitnessRandomizer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.cpp b/WitnessRandomizer/WitnessRandomizer.cpp index dacb8fe..c5cf0bb 100644 --- a/WitnessRandomizer/WitnessRandomizer.cpp +++ b/WitnessRandomizer/WitnessRandomizer.cpp | |||
@@ -1,4 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * BUGS: | ||
3 | * Treehouse pivots *should* work, but I need to not copy style_flags. | ||
4 | This seems to cause crashes when pivots appear elsewhere in the world. | ||
2 | * FEATURES: | 5 | * FEATURES: |
3 | * SWAP_TARGETS should still require the full panel sequence (and have ways to prevent softlocks?) | 6 | * SWAP_TARGETS should still require the full panel sequence (and have ways to prevent softlocks?) |
4 | ** Think about: Jungle | 7 | ** Think about: Jungle |