mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 20:36:18 +00:00
defined out asserts.
This commit is contained in:
@ -72,7 +72,9 @@ public:
|
||||
float GetHeightToDropoffHeight() { return m_fDropoffHeight + (m_bIsCrusher ? 7.0f : 2.0f); }
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CCrane) == 128, "CCrane: error");
|
||||
#endif
|
||||
|
||||
class CCranes
|
||||
{
|
||||
|
Reference in New Issue
Block a user