diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/PlayerInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index 8d0a27b6..13266331 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -80,5 +80,6 @@ public: ~CPlayerInfo() { }; }; - +#ifndef MIAMI static_assert(sizeof(CPlayerInfo) == 0x13C, "CPlayerInfo: error"); +#endif |