about summary refs log tree commit diff stats
path: root/WitnessRandomizer/WitnessRandomizer.cpp
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-27 17:24:26 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-27 17:24:26 -0700
commit5fece6818232b7fc618163b9e6242e662a382957 (patch)
tree7ce9f6444801c395c1a006b8956e8e7a08664876 /WitnessRandomizer/WitnessRandomizer.cpp
parent8020f954eea029ab23cb0262a83cda2cf18a217f (diff)
downloadwitness-tutorializer-5fece6818232b7fc618163b9e6242e662a382957.tar.gz
witness-tutorializer-5fece6818232b7fc618163b9e6242e662a382957.tar.bz2
witness-tutorializer-5fece6818232b7fc618163b9e6242e662a382957.zip
Fix UTM/mountain 2 elevator
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.cpp')
-rw-r--r--WitnessRandomizer/WitnessRandomizer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.cpp b/WitnessRandomizer/WitnessRandomizer.cpp index 52efcf2..6c84803 100644 --- a/WitnessRandomizer/WitnessRandomizer.cpp +++ b/WitnessRandomizer/WitnessRandomizer.cpp
@@ -66,6 +66,7 @@ int main(int argc, char** argv)
66 66
67 67
68// // Content swaps -- must happen before squarePanels 68// // Content swaps -- must happen before squarePanels
69// randomizer.Randomize(tallUpDownPanels, SWAP_LINES | SWAP_STYLE);
69// randomizer.Randomize(upDownPanels, SWAP_LINES | SWAP_STYLE); 70// randomizer.Randomize(upDownPanels, SWAP_LINES | SWAP_STYLE);
70// randomizer.Randomize(leftForwardRightPanels, SWAP_LINES); 71// randomizer.Randomize(leftForwardRightPanels, SWAP_LINES);
71// 72//