mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 06:36:24 +00:00
sync with upstream
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user