mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 16:18:13 +00:00
defined out asserts.
This commit is contained in:
@ -52,7 +52,9 @@ public:
|
||||
uint8 m_AudioEvents;
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(tAudioEntity) == 40, "tAudioEntity: error");
|
||||
#endif
|
||||
|
||||
class tPedComment
|
||||
{
|
||||
@ -135,7 +137,9 @@ public:
|
||||
float m_fVelocityChange;
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(cVehicleParams) == 0x18, "cVehicleParams: error");
|
||||
#endif
|
||||
|
||||
enum {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user