Add AT enum values for d_a_swhit0's sphere stuff

This commit is contained in:
Dylan Ascencio
2023-11-12 23:15:59 -05:00
parent 860535b90d
commit 6112691adc
2 changed files with 4 additions and 6 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
class daSwhit0_c : public fopAc_ac_c {
public:
~daSwhit0_c();
~daSwhit0_c() {
}
inline s32 draw();
+1 -5
View File
@@ -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<daSwhit0_c*>(i_swhit)->create();
}
daSwhit0_c::~daSwhit0_c() {
}
static actor_method_class l_daSwhit0_Method = {
(process_method_func)daSwhit0_Create,
(process_method_func)daSwhit0_Delete,