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/Randomizer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/Randomizer.h') diff --git a/Source/Randomizer.h b/Source/Randomizer.h index 861f5a2..82ea924 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h @@ -6,7 +6,6 @@ public: void Randomize(); private: - RandomizerCore _core; void RandomizeTutorial(); void RandomizeSymmetry(); void RandomizeDesert(); @@ -20,4 +19,7 @@ private: void RandomizeJungle(); void RandomizeSwamp(); void RandomizeMountain(); + void RandomizeChallenge(); + + RandomizerCore _core; }; -- cgit 1.4.1