diff options
Diffstat (limited to 'Source/Random.h')
-rw-r--r-- | Source/Random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Random.h b/Source/Random.h index 46287a1..a2ad706 100644 --- a/Source/Random.h +++ b/Source/Random.h | |||
@@ -8,5 +8,5 @@ public: | |||
8 | static int RandInt(int min, int max); | 8 | static int RandInt(int min, int max); |
9 | 9 | ||
10 | private: | 10 | private: |
11 | static int s_seed; | 11 | static uint32_t s_seed; |
12 | }; | 12 | }; |