diff options
| author | aap <aap@papnet.eu> | 2020-05-05 13:02:42 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2020-05-05 13:02:42 +0200 |
| commit | b44df26d3ea5fcdaf6d954016303f358d2c64b79 (patch) | |
| tree | 2921c2c0e2883117f4ce9cec73865c1701f32cec /src/core/PlayerInfo.h | |
| parent | SetPosition, final part (diff) | |
| download | re3-b44df26d3ea5fcdaf6d954016303f358d2c64b79.tar.gz | |
implemented most of streamed collisions and big buildings
Diffstat (limited to 'src/core/PlayerInfo.h')
| -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 |
