From 38475fd9c286667a235b6f609ccf2689949202fd Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 28 Oct 2018 16:55:57 -0700 Subject: Add (not working) challenge randomization, hopefully fix treehouse, fix mountain elevator? --- Source/RandomizerCore.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Source/RandomizerCore.cpp') diff --git a/Source/RandomizerCore.cpp b/Source/RandomizerCore.cpp index ef0e6e6..d8d8014 100644 --- a/Source/RandomizerCore.cpp +++ b/Source/RandomizerCore.cpp @@ -105,15 +105,6 @@ void RandomizerCore::ReassignTargets(const std::vector& panels, const std:: for (size_t i=0; i(panels[order[i]], TARGET, {panelTarget}); } } -- cgit 1.4.1