mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 00:06:09 +00:00
CMetaree: Fix Halt delay
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace urde::MP1 {
|
||||
class CMetaree : public CPatterned {
|
||||
float x568_delay;
|
||||
float x56c_;
|
||||
float x56c_haltDelay;
|
||||
float x570_dropHeight;
|
||||
zeus::CVector3f x574_offset;
|
||||
float x580_attackSpeed;
|
||||
@@ -20,16 +20,9 @@ class CMetaree : public CPatterned {
|
||||
u32 x5a8_ = 0;
|
||||
CDamageInfo x5ac_damageInfo;
|
||||
u16 x5c8_attackSfx = SFXsfx0225;
|
||||
|
||||
struct {
|
||||
struct {
|
||||
bool x5ca_24_ : 1;
|
||||
bool x5ca_25_started : 1;
|
||||
bool x5ca_26_deactivated : 1;
|
||||
};
|
||||
u16 _dummy;
|
||||
};
|
||||
|
||||
bool x5ca_24_ : 1;
|
||||
bool x5ca_25_started : 1;
|
||||
bool x5ca_26_deactivated : 1;
|
||||
u32 x5cc_;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user