mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 05:29:19 +00:00
again boring misalignment fixes
This commit is contained in:
@@ -63,7 +63,7 @@ inline void LocalTransfer_FastType(
|
||||
|
||||
const T *pSource = (const T*)( pServerBase + pCur->m_iSendOffset );
|
||||
T *pDest = (T*)( pClientBase + pCur->m_iRecvOffset );
|
||||
*pDest = *pSource;
|
||||
memcpy( pDest, pSource, sizeof(T) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user