diff --git a/include/d/actor/d_a_swhit0.h b/include/d/actor/d_a_swhit0.h index 33073fb82..5e23b49fb 100644 --- a/include/d/actor/d_a_swhit0.h +++ b/include/d/actor/d_a_swhit0.h @@ -8,7 +8,9 @@ class daSwhit0_c : public fopAc_ac_c { public: - ~daSwhit0_c(); + ~daSwhit0_c() { + + } inline s32 draw(); diff --git a/src/d/actor/d_a_swhit0.cpp b/src/d/actor/d_a_swhit0.cpp index 26180b674..ec51f77d7 100644 --- a/src/d/actor/d_a_swhit0.cpp +++ b/src/d/actor/d_a_swhit0.cpp @@ -18,7 +18,7 @@ static dCcD_SrcSph l_sph_src = { /* SrcObjAt Type */ 0, /* SrcObjAt Atp */ 0, /* SrcObjAt SPrm */ 0, - /* SrcObjTg Type */ 0xFF1DFEFF, + /* SrcObjTg Type */ ~(AT_TYPE_LIGHT | AT_TYPE_UNK400000 | AT_TYPE_LEAF_WIND | AT_TYPE_UNK20000 | AT_TYPE_WATER), // 0xFF1DFEFF /* SrcObjTg SPrm */ 9, /* SrcObjCo SPrm */ 0, /* SrcGObjAt Se */ 0, @@ -466,10 +466,6 @@ static s32 daSwhit0_Create(fopAc_ac_c* i_swhit) { return static_cast(i_swhit)->create(); } -daSwhit0_c::~daSwhit0_c() { - -} - static actor_method_class l_daSwhit0_Method = { (process_method_func)daSwhit0_Create, (process_method_func)daSwhit0_Delete,