mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add static assert for 'CClockDriftMgr'
This commit is contained in:
parent
df98f30c57
commit
296a0df948
@ -1,7 +1,7 @@
|
||||
#ifndef CLOCKDRIFTMGR_H
|
||||
#define CLOCKDRIFTMGR_H
|
||||
|
||||
struct __declspec(align(4)) CClockDriftMgr
|
||||
struct CClockDriftMgr
|
||||
{
|
||||
void Clear();
|
||||
float GetCurrentClockDifference() const;
|
||||
@ -24,5 +24,6 @@ struct __declspec(align(4)) CClockDriftMgr
|
||||
int m_nClientTick;
|
||||
int m_nServerTick;
|
||||
};
|
||||
static_assert(sizeof(CClockDriftMgr) == 0x94);
|
||||
|
||||
#endif // CLOCKDRIFTMGR_H
|
Loading…
x
Reference in New Issue
Block a user