From eb420604814dfdfa37fd542dda9ba7477c198b39 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 19 Nov 2018 09:27:29 -0800 Subject: Cleanup packaging story, add more settings --- Source/Randomizer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Randomizer.h') diff --git a/Source/Randomizer.h b/Source/Randomizer.h index 1180d43..88afcc6 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h @@ -8,6 +8,8 @@ public: bool GameIsRandomized(); void AdjustSpeed(); + void RandomizeLasers(); + void PreventSnipes(); void ClearOffsets() {_memory->ClearOffsets();} @@ -19,7 +21,6 @@ public: }; private: - int _lastRandomizedFrame = 1 << 30; void RandomizeTutorial(); void RandomizeSymmetry(); -- cgit 1.4.1