mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 13:20:33 +00:00
sync with upstream
This commit is contained in:
commit
9b23e33c36
98 changed files with 19077 additions and 2212 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
float GetHeightToDropoffHeight() { return m_fDropoffHeight + (m_bIsCrusher ? 7.0f : 2.0f); }
|
||||
};
|
||||
|
||||
static_assert(sizeof(CCrane) == 128, "CCrane: error");
|
||||
VALIDATE_SIZE(CCrane, 128);
|
||||
|
||||
class CCranes
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue