sync with upstream

This commit is contained in:
Nikolay Korolev
2020-05-11 21:21:09 +03:00
98 changed files with 19077 additions and 2212 deletions

View File

@ -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
{