mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Proper CRandom16 usage
More CScriptGunTurret imps
This commit is contained in:
@@ -10,8 +10,7 @@ class CRandom16
|
||||
u32 m_seed;
|
||||
static CRandom16* g_randomNumber;
|
||||
public:
|
||||
CRandom16() = default;
|
||||
CRandom16(u32 p) : m_seed(p) {}
|
||||
CRandom16(u32 p = 99) : m_seed(p) {}
|
||||
|
||||
inline u32 Next()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user