make frand_seed static

This commit is contained in:
Rainchus 2023-11-29 17:38:26 -06:00
parent 2533568f4c
commit 592c8fbcd6

View file

@ -1,6 +1,6 @@
#include "common.h"
u32 frand_seed;
static u32 frand_seed;
static inline u32 frandom(void)
{