mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -1006,7 +1006,7 @@ void CParticleCollection::Init( CParticleSystemDefinition *pDef, float flDelay,
|
||||
}
|
||||
else
|
||||
{
|
||||
m_nRandomSeed = (int)this;
|
||||
m_nRandomSeed = (intp)this;
|
||||
#ifndef _DEBUG
|
||||
m_nRandomSeed += Plat_MSTime();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user