diff options
Diffstat (limited to 'src/core/Wanted.h')
-rw-r--r-- | src/core/Wanted.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Wanted.h b/src/core/Wanted.h index 2daa5f87..ee72aa47 100644 --- a/src/core/Wanted.h +++ b/src/core/Wanted.h @@ -57,4 +57,4 @@ public: static void SetMaximumWantedLevel(int32 level); }; -static_assert(sizeof(CWanted) == 0x204, "CWanted: error"); +VALIDATE_SIZE(CWanted, 0x204); |