From c2b9ddc5b8935dcd8de593c918f50886e0400319 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 18:04:43 +0300 Subject: Revert "Remove Miami stuff" This reverts commit 9960c411933f9a804eb5f6840d75ad00fd255252. --- src/core/PlayerInfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/PlayerInfo.h') diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index e970e42d..13266331 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -80,4 +80,6 @@ public: ~CPlayerInfo() { }; }; +#ifndef MIAMI static_assert(sizeof(CPlayerInfo) == 0x13C, "CPlayerInfo: error"); +#endif -- cgit v1.2.3