mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Proper CRandom16 usage
More CScriptGunTurret imps
This commit is contained in:
@@ -3,10 +3,7 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
static CRandom16 DefaultRandom(0);
|
||||
static CGlobalRandom DefaultGlobalRandom(DefaultRandom);
|
||||
|
||||
CRandom16* CRandom16::g_randomNumber = &DefaultRandom;
|
||||
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = &DefaultGlobalRandom;
|
||||
CRandom16* CRandom16::g_randomNumber = nullptr;// &DefaultRandom;
|
||||
CGlobalRandom* CGlobalRandom::g_currentGlobalRandom = nullptr;//&DefaultGlobalRandom;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user