about summary refs log tree commit diff stats
path: root/Source/Randomizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r--Source/Randomizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Randomizer.h b/Source/Randomizer.h index b0da4fe..8c332b0 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h
@@ -3,7 +3,7 @@
3 3
4class Randomizer { 4class Randomizer {
5public: 5public:
6 void Randomize(); 6 short Randomize(int seed);
7 void AdjustSpeed(); 7 void AdjustSpeed();
8 8
9private: 9private: