aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rng.c')
-rw-r--r--src/rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rng.c b/src/rng.c
index 96760b8..58a517b 100644
--- a/src/rng.c
+++ b/src/rng.c
@@ -1,4 +1,4 @@
1u16 rng_state; 1static u16 rng_state = 0;
2 2
3u32 hash16(u32 input, u32 key) { 3u32 hash16(u32 input, u32 key) {
4 u32 hash = input * key; 4 u32 hash = input * key;