mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -45,7 +45,7 @@ void QueryCacheKey_t::ComputeHashIndex( void )
|
||||
for( int i = 0 ; i < m_nNumValidPoints; i++ )
|
||||
{
|
||||
ret += ( unsigned int ) m_pEntities[i].ToInt();
|
||||
ret += ( unsigned int ) m_nOffsetMode;
|
||||
ret += ( uintp ) m_nOffsetMode;
|
||||
}
|
||||
ret += *( ( uint32 *) &m_flMinimumUpdateInterval );
|
||||
ret += m_nTraceMask;
|
||||
|
||||
Reference in New Issue
Block a user